Html Css Color HEX #385CBB Cerulean Blue

📋 copy color: '#385CBB'

red 56 ◦ green 92 ◦ blue 187

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

Shades of Cerulean Blue #385CBB

Tints of Cerulean Blue #385CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 55.82%

R = 16.72%
G = 27.46%
B = 55.82%

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

#385CBB (or 0x385CBB) is known color: Cerulean Blue. HEX triplet: 38, 5C and BB. RGB value is (56,92,187). Sum of RGB (Red+Green+Blue) = 56+92+187=335 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.72% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 187 (73.44% from 255 or 55.82% from 335); Max value from RGB is 187 - color contains mainly: blue. Hex color #385CBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385CBB is #C7A344. Grayscale: #5B5B5B. Windows color (decimal): -13083461 or 12278840. OLE color: 12278840.

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

Color convert

RGB 56 92 187 -
CMYK 0.70 0.51 0 0.27
HSL 223.51º 0.54% 0.48% -
HSV(B) 223.51º 0.7% 0.73% -
XYZ 14.43 12.08 48.59 -
YUV 92.07 181.57 102.28 -
System Red Green Blue C M Y K H S L
Decimal 56 92 187 0.70 0.51 0 0.27 223.51 0.54 0.48
Hex 38 5C BB 46 33 0 1B E0 36 30
Octal 70 134 273 106 63 0 33 340 66 60
Binary 111000 1011100 10111011 1000110 110011 0 11011 11100000 110110 110000

Color Harmonies of #385CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385CBB

Black with #385CBB

Text Example


Text Example

White with #385CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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