Html Css Color HEX #395DB6 Cerulean Blue

📋 copy color: '#395DB6'

red 57 ◦ green 93 ◦ blue 182

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

Shades of Cerulean Blue #395DB6

Tints of Cerulean Blue #395DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 54.82%

R = 17.17%
G = 28.01%
B = 54.82%

CMYK

 C value IS 0.69

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#395DB6 (or 0x395DB6) is known color: Cerulean Blue. HEX triplet: 39, 5D and B6. RGB value is (57,93,182). Sum of RGB (Red+Green+Blue) = 57+93+182=332 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.17% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 182 (71.48% from 255 or 54.82% from 332); Max value from RGB is 182 - color contains mainly: blue. Hex color #395DB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395DB6 is #C6A249. Grayscale: #5B5B5B. Windows color (decimal): -13017674 or 11951417. OLE color: 11951417.

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

Color convert

RGB 57 93 182 -
CMYK 0.69 0.49 0 0.29
HSL 222.72º 0.52% 0.47% -
HSV(B) 222.72º 0.69% 0.71% -
XYZ 14.05 12.08 45.85 -
YUV 92.38 178.57 102.76 -
System Red Green Blue C M Y K H S L
Decimal 57 93 182 0.69 0.49 0 0.29 222.72 0.52 0.47
Hex 39 5D B6 45 31 0 1D DF 34 2F
Octal 71 135 266 105 61 0 35 337 64 57
Binary 111001 1011101 10110110 1000101 110001 0 11101 11011111 110100 101111

Color Harmonies of #395DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395DB6

Black with #395DB6

Text Example


Text Example

White with #395DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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