Html Css Color HEX #385CB9 Cerulean Blue

📋 copy color: '#385CB9'

red 56 ◦ green 92 ◦ blue 185

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

Shades of Cerulean Blue #385CB9

Tints of Cerulean Blue #385CB9

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.63%

 BLUE value IS 185 (72.66% from 255) = 55.56%

R = 16.82%
G = 27.63%
B = 55.56%

CMYK

 C value IS 0.70

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#385CB9 (or 0x385CB9) is known color: Cerulean Blue. HEX triplet: 38, 5C and B9. RGB value is (56,92,185). Sum of RGB (Red+Green+Blue) = 56+92+185=333 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.82% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 185 (72.66% from 255 or 55.56% from 333); Max value from RGB is 185 - color contains mainly: blue. Hex color #385CB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385CB9 is #C7A346. Grayscale: #5B5B5B. Windows color (decimal): -13083463 or 12147768. OLE color: 12147768.

HSL color Cylindrical-coordinate representation of color #385CB9: hue angle of 223.26º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #385CB9 is Cyan = 0.70, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 92 185 -
CMYK 0.70 0.50 0 0.27
HSL 223.26º 0.54% 0.47% -
HSV(B) 223.26º 0.7% 0.73% -
XYZ 14.21 12 47.47 -
YUV 91.84 180.57 102.44 -
System Red Green Blue C M Y K H S L
Decimal 56 92 185 0.70 0.50 0 0.27 223.26 0.54 0.47
Hex 38 5C B9 46 32 0 1B DF 36 2F
Octal 70 134 271 106 62 0 33 337 66 57
Binary 111000 1011100 10111001 1000110 110010 0 11011 11011111 110110 101111

Color Harmonies of #385CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385CB9

Black with #385CB9

Text Example


Text Example

White with #385CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,92,185); }

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

background-color css

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

 a { background-color: rgb(56,92,185); }

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

border-color css

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

 span { border-color: rgb(56,92,185); }

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