Html Css Color HEX #385AB1 Cerulean Blue

📋 copy color: '#385AB1'

red 56 ◦ green 90 ◦ blue 177

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

Shades of Cerulean Blue #385AB1

Tints of Cerulean Blue #385AB1

RGB

 RED value IS 56 (22.27% from 255) = 17.34%

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

 BLUE value IS 177 (69.53% from 255) = 54.8%

R = 17.34%
G = 27.86%
B = 54.8%

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

#385AB1 (or 0x385AB1) is known color: Cerulean Blue. HEX triplet: 38, 5A and B1. RGB value is (56,90,177). Sum of RGB (Red+Green+Blue) = 56+90+177=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 177 (69.53% from 255 or 54.80% from 323); Max value from RGB is 177 - color contains mainly: blue. Hex color #385AB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385AB1 is #C7A54E. Grayscale: #595959. Windows color (decimal): -13083983 or 11622968. OLE color: 11622968.

HSL color Cylindrical-coordinate representation of color #385AB1: hue angle of 223.14º degrees, saturation: 0.52, 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 #385AB1 is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 56 90 177 -
CMYK 0.68 0.49 0 0.31
HSL 223.14º 0.52% 0.46% -
HSV(B) 223.14º 0.68% 0.69% -
XYZ 13.22 11.33 43.08 -
YUV 89.75 177.24 103.93 -
System Red Green Blue C M Y K H S L
Decimal 56 90 177 0.68 0.49 0 0.31 223.14 0.52 0.46
Hex 38 5A B1 44 31 0 1F DF 34 2E
Octal 70 132 261 104 61 0 37 337 64 56
Binary 111000 1011010 10110001 1000100 110001 0 11111 11011111 110100 101110

Color Harmonies of #385AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385AB1

Black with #385AB1

Text Example


Text Example

White with #385AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385AB1; }

 p { color: rgb(56,90,177); }

 H1.HeaderClassName
 {
   color: #385AB1;
 }
 .AnyTagClassName
 {
   color: #385AB1;
 }
</style>

background-color css

<style>
 a { background-color: #385AB1; }

 a { background-color: rgb(56,90,177); }

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

border-color css

<style>
 span { border-color: #385AB1; }

 span { border-color: rgb(56,90,177); }

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