Html Css Color HEX #395AB0 Cerulean Blue

📋 copy color: '#395AB0'

red 57 ◦ green 90 ◦ blue 176

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

Shades of Cerulean Blue #395AB0

Tints of Cerulean Blue #395AB0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.86%

 BLUE value IS 176 (69.14% from 255) = 54.49%

R = 17.65%
G = 27.86%
B = 54.49%

CMYK

 C value IS 0.68

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#395AB0 (or 0x395AB0) is known color: Cerulean Blue. HEX triplet: 39, 5A and B0. RGB value is (57,90,176). Sum of RGB (Red+Green+Blue) = 57+90+176=323 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.65% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 176 (69.14% from 255 or 54.49% from 323); Max value from RGB is 176 - color contains mainly: blue. Hex color #395AB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395AB0 is #C6A54F. Grayscale: #595959. Windows color (decimal): -13018448 or 11557433. OLE color: 11557433.

HSL color Cylindrical-coordinate representation of color #395AB0: hue angle of 223.36º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #395AB0 is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 57 90 176 -
CMYK 0.68 0.49 0 0.31
HSL 223.36º 0.51% 0.46% -
HSV(B) 223.36º 0.68% 0.69% -
XYZ 13.18 11.32 42.56 -
YUV 89.94 176.57 104.51 -
System Red Green Blue C M Y K H S L
Decimal 57 90 176 0.68 0.49 0 0.31 223.36 0.51 0.46
Hex 39 5A B0 44 31 0 1F DF 33 2E
Octal 71 132 260 104 61 0 37 337 63 56
Binary 111001 1011010 10110000 1000100 110001 0 11111 11011111 110011 101110

Color Harmonies of #395AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395AB0

Black with #395AB0

Text Example


Text Example

White with #395AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,90,176); }

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

background-color css

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

 a { background-color: rgb(57,90,176); }

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

border-color css

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

 span { border-color: rgb(57,90,176); }

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