Html Css Color HEX #385DB9 Cerulean Blue

📋 copy color: '#385DB9'

red 56 ◦ green 93 ◦ blue 185

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

Shades of Cerulean Blue #385DB9

Tints of Cerulean Blue #385DB9

RGB

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

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

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

R = 16.77%
G = 27.84%
B = 55.39%

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

#385DB9 (or 0x385DB9) is known color: Cerulean Blue. HEX triplet: 38, 5D and B9. RGB value is (56,93,185). Sum of RGB (Red+Green+Blue) = 56+93+185=334 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.77% from 334); Green value is 93 (36.72% from 255 or 27.84% from 334); Blue value is 185 (72.66% from 255 or 55.39% from 334); Max value from RGB is 185 - color contains mainly: blue. Hex color #385DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385DB9 is #C7A246. Grayscale: #5C5C5C. Windows color (decimal): -13083207 or 12148024. OLE color: 12148024.

HSL color Cylindrical-coordinate representation of color #385DB9: hue angle of 222.79º 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 #385DB9 is Cyan = 0.70, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 93 185 -
CMYK 0.70 0.50 0 0.27
HSL 222.79º 0.54% 0.47% -
HSV(B) 222.79º 0.7% 0.73% -
XYZ 14.3 12.17 47.49 -
YUV 92.43 180.24 102.02 -
System Red Green Blue C M Y K H S L
Decimal 56 93 185 0.70 0.50 0 0.27 222.79 0.54 0.47
Hex 38 5D B9 46 32 0 1B DF 36 2F
Octal 70 135 271 106 62 0 33 337 66 57
Binary 111000 1011101 10111001 1000110 110010 0 11011 11011111 110110 101111

Color Harmonies of #385DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385DB9

Black with #385DB9

Text Example


Text Example

White with #385DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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