#395FB8

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

Shades of Cerulean Blue #395FB8

Tints of Cerulean Blue #395FB8

Color information

#395FB8 (or 0x395FB8) is unknown color: approx Cerulean Blue. HEX triplet: 39, 5F and B8. RGB value is (57,95,184). Sum of RGB (Red+Green+Blue) = 57+95+184=336 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.96% from 336); Green value is 95 (37.5% from 255 or 28.27% from 336); Blue value is 184 (72.27% from 255 or 54.76% from 336); Max value from RGB is 184 - color contains mainly: blue. Hex color #395FB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395FB8 is #C6A047. Grayscale: #5D5D5D. Windows color (decimal): -13017160 or 12083001. OLE color: 12083001.

HSL color Cylindrical-coordinate representation of color #395FB8: hue angle of 222.05º degrees, saturation: 0.53, 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 #395FB8 is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB5795184-
CMYK0.690.4800.28
HSL222.05º52.7%47.25%-
HSV(B)222.05º69.02%72.16%-
XYZ14.4312.5147-
YUV93.78178.91101.76-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.96%
GREEN value IS 95 (37.5% from 255) = 28.27%
BLUE value IS 184 (72.27% from 255) = 54.76%
R=16.96%
G=28.27%
B=54.76%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal57951840.690.4800.28222.0552.747.25
Hex395FB8453001Cde352f
Octal71137270105600343366557
Binary111001101111110111000100010111000001110011011110110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,95,184); }

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

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

 a { background-color: rgb(57,95,184); }

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

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

 span { border-color: rgb(57,95,184); }

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