#395EB8

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

Shades of Cerulean Blue #395EB8

Tints of Cerulean Blue #395EB8

Color information

#395EB8 (or 0x395EB8) is unknown color: approx Cerulean Blue. HEX triplet: 39, 5E and B8. RGB value is (57,94,184). Sum of RGB (Red+Green+Blue) = 57+94+184=335 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.01% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 184 (72.27% from 255 or 54.93% from 335); Max value from RGB is 184 - color contains mainly: blue. Hex color #395EB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395EB8 is #C6A147. Grayscale: #5C5C5C. Windows color (decimal): -13017416 or 12082745. OLE color: 12082745.

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

Color convert

RGB5794184-
CMYK0.690.4900.28
HSL222.52º52.7%47.25%-
HSV(B)222.52º69.02%72.16%-
XYZ14.3412.3446.97-
YUV93.2179.24102.18-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.01%
GREEN value IS 94 (37.11% from 255) = 28.06%
BLUE value IS 184 (72.27% from 255) = 54.93%
R=17.01%
G=28.06%
B=54.93%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal57941840.690.4900.28222.5252.747.25
Hex395EB8453101Cdf352f
Octal71136270105610343376557
Binary111001101111010111000100010111000101110011011111110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395EB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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