Html Css Color HEX #385BBA Cerulean Blue

📋 copy color: '#385BBA'

red 56 ◦ green 91 ◦ blue 186

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

Shades of Cerulean Blue #385BBA

Tints of Cerulean Blue #385BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 55.86%

R = 16.82%
G = 27.33%
B = 55.86%

CMYK

 C value IS 0.70

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#385BBA (or 0x385BBA) is known color: Cerulean Blue. HEX triplet: 38, 5B and BA. RGB value is (56,91,186). Sum of RGB (Red+Green+Blue) = 56+91+186=333 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.82% from 333); Green value is 91 (35.94% from 255 or 27.33% from 333); Blue value is 186 (73.05% from 255 or 55.86% from 333); Max value from RGB is 186 - color contains mainly: blue. Hex color #385BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385BBA is #C7A445. Grayscale: #5A5A5A. Windows color (decimal): -13083718 or 12213048. OLE color: 12213048.

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

Color convert

RGB 56 91 186 -
CMYK 0.70 0.51 0 0.27
HSL 223.85º 0.54% 0.47% -
HSV(B) 223.85º 0.7% 0.73% -
XYZ 14.23 11.87 47.99 -
YUV 91.37 181.4 102.78 -
System Red Green Blue C M Y K H S L
Decimal 56 91 186 0.70 0.51 0 0.27 223.85 0.54 0.47
Hex 38 5B BA 46 33 0 1B E0 36 2F
Octal 70 133 272 106 63 0 33 340 66 57
Binary 111000 1011011 10111010 1000110 110011 0 11011 11100000 110110 101111

Color Harmonies of #385BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385BBA

Black with #385BBA

Text Example


Text Example

White with #385BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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