Html Css Color HEX #385AB2 Cerulean Blue

📋 copy color: '#385AB2'

red 56 ◦ green 90 ◦ blue 178

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

Shades of Cerulean Blue #385AB2

Tints of Cerulean Blue #385AB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 54.94%

R = 17.28%
G = 27.78%
B = 54.94%

CMYK

 C value IS 0.69

 M value IS 0.49

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#385AB2 (or 0x385AB2) is known color: Cerulean Blue. HEX triplet: 38, 5A and B2. RGB value is (56,90,178). Sum of RGB (Red+Green+Blue) = 56+90+178=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 178 (69.92% from 255 or 54.94% from 324); Max value from RGB is 178 - color contains mainly: blue. Hex color #385AB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385AB2 is #C7A54D. Grayscale: #595959. Windows color (decimal): -13083982 or 11688504. OLE color: 11688504.

HSL color Cylindrical-coordinate representation of color #385AB2: hue angle of 223.28º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #385AB2 is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 56 90 178 -
CMYK 0.69 0.49 0 0.30
HSL 223.28º 0.52% 0.46% -
HSV(B) 223.28º 0.69% 0.7% -
XYZ 13.32 11.37 43.61 -
YUV 89.87 177.74 103.84 -
System Red Green Blue C M Y K H S L
Decimal 56 90 178 0.69 0.49 0 0.30 223.28 0.52 0.46
Hex 38 5A B2 45 31 0 1E DF 34 2E
Octal 70 132 262 105 61 0 36 337 64 56
Binary 111000 1011010 10110010 1000101 110001 0 11110 11011111 110100 101110

Color Harmonies of #385AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385AB2

Black with #385AB2

Text Example


Text Example

White with #385AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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