Html Css Color HEX #385BB8 Cerulean Blue

📋 copy color: '#385BB8'

red 56 ◦ green 91 ◦ blue 184

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

Shades of Cerulean Blue #385BB8

Tints of Cerulean Blue #385BB8

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.49%

 BLUE value IS 184 (72.27% from 255) = 55.59%

R = 16.92%
G = 27.49%
B = 55.59%

CMYK

 C value IS 0.70

 M value IS 0.51

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#385BB8 (or 0x385BB8) is known color: Cerulean Blue. HEX triplet: 38, 5B and B8. RGB value is (56,91,184). Sum of RGB (Red+Green+Blue) = 56+91+184=331 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.92% from 331); Green value is 91 (35.94% from 255 or 27.49% from 331); Blue value is 184 (72.27% from 255 or 55.59% from 331); Max value from RGB is 184 - color contains mainly: blue. Hex color #385BB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385BB8 is #C7A447. Grayscale: #5A5A5A. Windows color (decimal): -13083720 or 12081976. OLE color: 12081976.

HSL color Cylindrical-coordinate representation of color #385BB8: hue angle of 223.59º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #385BB8 is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 56 91 184 -
CMYK 0.70 0.51 0 0.28
HSL 223.59º 0.53% 0.47% -
HSV(B) 223.59º 0.7% 0.72% -
XYZ 14.02 11.78 46.88 -
YUV 91.14 180.4 102.94 -
System Red Green Blue C M Y K H S L
Decimal 56 91 184 0.70 0.51 0 0.28 223.59 0.53 0.47
Hex 38 5B B8 46 33 0 1C E0 35 2F
Octal 70 133 270 106 63 0 34 340 65 57
Binary 111000 1011011 10111000 1000110 110011 0 11100 11100000 110101 101111

Color Harmonies of #385BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385BB8

Black with #385BB8

Text Example


Text Example

White with #385BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,91,184); }

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

background-color css

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

 a { background-color: rgb(56,91,184); }

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

border-color css

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

 span { border-color: rgb(56,91,184); }

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