Html Css Color HEX #395FB5 Cerulean Blue

📋 copy color: '#395FB5'

red 57 ◦ green 95 ◦ blue 181

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

Shades of Cerulean Blue #395FB5

Tints of Cerulean Blue #395FB5

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.53%

 BLUE value IS 181 (71.09% from 255) = 54.35%

R = 17.12%
G = 28.53%
B = 54.35%

CMYK

 C value IS 0.69

 M value IS 0.48

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#395FB5 (or 0x395FB5) is known color: Cerulean Blue. HEX triplet: 39, 5F and B5. RGB value is (57,95,181). Sum of RGB (Red+Green+Blue) = 57+95+181=333 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.12% from 333); Green value is 95 (37.5% from 255 or 28.53% from 333); Blue value is 181 (71.09% from 255 or 54.35% from 333); Max value from RGB is 181 - color contains mainly: blue. Hex color #395FB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395FB5 is #C6A04A. Grayscale: #5D5D5D. Windows color (decimal): -13017163 or 11886393. OLE color: 11886393.

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

Color convert

RGB 57 95 181 -
CMYK 0.69 0.48 0 0.29
HSL 221.61º 0.52% 0.47% -
HSV(B) 221.61º 0.69% 0.71% -
XYZ 14.12 12.39 45.36 -
YUV 93.44 177.41 102.01 -
System Red Green Blue C M Y K H S L
Decimal 57 95 181 0.69 0.48 0 0.29 221.61 0.52 0.47
Hex 39 5F B5 45 30 0 1D DE 34 2F
Octal 71 137 265 105 60 0 35 336 64 57
Binary 111001 1011111 10110101 1000101 110000 0 11101 11011110 110100 101111

Color Harmonies of #395FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395FB5

Black with #395FB5

Text Example


Text Example

White with #395FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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