#395EB6

Color #395EB6 Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #395EB6

Tints of Cerulean Blue #395EB6

Color information

#395EB6 (or 0x395EB6) is unknown color: approx Cerulean Blue. HEX triplet: 39, 5E and B6. RGB value is (57,94,182). Sum of RGB (Red+Green+Blue) = 57+94+182=333 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.12% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 182 (71.48% from 255 or 54.65% from 333); Max value from RGB is 182 - color contains mainly: blue. Hex color #395EB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395EB6 is #C6A149. Grayscale: #5C5C5C. Windows color (decimal): -13017418 or 11951673. OLE color: 11951673.

HSL color Cylindrical-coordinate representation of color #395EB6: hue angle of 222.24º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #395EB6 is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5794182-
CMYK0.690.4800.29
HSL222.24º52.3%46.86%-
HSV(B)222.24º68.68%71.37%-
XYZ14.1312.2545.88-
YUV92.97178.24102.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 57 (22.66% from 255) = 17.12%
GREEN value IS 94 (37.11% from 255) = 28.23%
BLUE value IS 182 (71.48% from 255) = 54.65%
R=17.12%
G=28.23%
B=54.65%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal57941820.690.4800.29222.2452.346.86
Hex395EB6453001Dde342f
Octal71136266105600353366457
Binary111001101111010110110100010111000001110111011110110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395EB6; }

 p { color: rgb(57,94,182); }

 H1.HeaderClassName
 {
   color: #395EB6;
 }
 .AnyTagClassName
 {
   color: #395EB6;
 }
</style>
background-color css

<style>
 a { background-color: #395EB6; }

 a { background-color: rgb(57,94,182); }

 div.DivClassName
 {
   background-color: #395EB6;
 }
 .BgClassName
 {
   background-color: #395EB6;
 }
</style>
border-color css

<style>
 span { border-color: #395EB6; }

 span { border-color: rgb(57,94,182); }

 td.TdClassName
 {
   border-color: #395EB6;
 }
 .TagClassName
 {
   border-color: #395EB6;
 }
</style>