Html Css Color HEX #395DB5 Cerulean Blue

📋 copy color: '#395DB5'

red 57 ◦ green 93 ◦ blue 181

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

Shades of Cerulean Blue #395DB5

Tints of Cerulean Blue #395DB5

RGB

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

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

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

R = 17.22%
G = 28.1%
B = 54.68%

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

#395DB5 (or 0x395DB5) is known color: Cerulean Blue. HEX triplet: 39, 5D and B5. RGB value is (57,93,181). Sum of RGB (Red+Green+Blue) = 57+93+181=331 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.22% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 181 (71.09% from 255 or 54.68% from 331); Max value from RGB is 181 - color contains mainly: blue. Hex color #395DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #395DB5 is #C6A24A. Grayscale: #5B5B5B. Windows color (decimal): -13017675 or 11885881. OLE color: 11885881.

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

Color convert

RGB 57 93 181 -
CMYK 0.69 0.49 0 0.29
HSL 222.58º 0.52% 0.47% -
HSV(B) 222.58º 0.69% 0.71% -
XYZ 13.94 12.03 45.3 -
YUV 92.27 178.07 102.84 -
System Red Green Blue C M Y K H S L
Decimal 57 93 181 0.69 0.49 0 0.29 222.58 0.52 0.47
Hex 39 5D B5 45 31 0 1D DF 34 2F
Octal 71 135 265 105 61 0 35 337 64 57
Binary 111001 1011101 10110101 1000101 110001 0 11101 11011111 110100 101111

Color Harmonies of #395DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395DB5

Black with #395DB5

Text Example


Text Example

White with #395DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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