Html Css Color HEX #395DB8 Cerulean Blue

📋 copy color: '#395DB8'

red 57 ◦ green 93 ◦ blue 184

#395DB8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #395DB8

Tints of Cerulean Blue #395DB8

RGB

 RED value IS 57 (22.66% from 255) = 17.07%

 GREEN value IS 93 (36.72% from 255) = 27.84%

 BLUE value IS 184 (72.27% from 255) = 55.09%

R = 17.07%
G = 27.84%
B = 55.09%

CMYK

 C value IS 0.69

 M value IS 0.49

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#395DB8 (or 0x395DB8) is known color: Cerulean Blue. HEX triplet: 39, 5D and B8. RGB value is (57,93,184). Sum of RGB (Red+Green+Blue) = 57+93+184=334 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.07% from 334); Green value is 93 (36.72% from 255 or 27.84% from 334); Blue value is 184 (72.27% from 255 or 55.09% from 334); Max value from RGB is 184 - color contains mainly: blue. Hex color #395DB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395DB8 is #C6A247. Grayscale: #5C5C5C. Windows color (decimal): -13017672 or 12082489. OLE color: 12082489.

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

Color convert

RGB 57 93 184 -
CMYK 0.69 0.49 0 0.28
HSL 222.99º 0.53% 0.47% -
HSV(B) 222.99º 0.69% 0.72% -
XYZ 14.25 12.16 46.94 -
YUV 92.61 179.57 102.6 -
System Red Green Blue C M Y K H S L
Decimal 57 93 184 0.69 0.49 0 0.28 222.99 0.53 0.47
Hex 39 5D B8 45 31 0 1C DF 35 2F
Octal 71 135 270 105 61 0 34 337 65 57
Binary 111001 1011101 10111000 1000101 110001 0 11100 11011111 110101 101111

Color Harmonies of #395DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395DB8

Black with #395DB8

Text Example


Text Example

White with #395DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #395DB8;
 }
 .AnyTagClassName
 {
   color: #395DB8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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