#395BB7

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

Shades of Cerulean Blue #395BB7

Tints of Cerulean Blue #395BB7

Color information

#395BB7 (or 0x395BB7) is unknown color: approx Cerulean Blue. HEX triplet: 39, 5B and B7. RGB value is (57,91,183). Sum of RGB (Red+Green+Blue) = 57+91+183=331 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.22% from 331); Green value is 91 (35.94% from 255 or 27.49% from 331); Blue value is 183 (71.88% from 255 or 55.29% from 331); Max value from RGB is 183 - color contains mainly: blue. Hex color #395BB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395BB7 is #C6A448. Grayscale: #5A5A5A. Windows color (decimal): -13018185 or 12016441. OLE color: 12016441.

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

Color convert

RGB5791183-
CMYK0.690.5000.28
HSL223.81º52.5%47.06%-
HSV(B)223.81º68.85%71.76%-
XYZ13.9811.7746.34-
YUV91.32179.74103.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.22%
GREEN value IS 91 (35.94% from 255) = 27.49%
BLUE value IS 183 (71.88% from 255) = 55.29%
R=17.22%
G=27.49%
B=55.29%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal57911830.690.5000.28223.8152.547.06
Hex395BB7453201Ce0342f
Octal71133267105620343406457
Binary111001101101110110111100010111001001110011100000110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,91,183); }

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

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

 a { background-color: rgb(57,91,183); }

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

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

 span { border-color: rgb(57,91,183); }

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