Html Css Color HEX #385FB8 Cerulean Blue

📋 copy color: '#385FB8'

red 56 ◦ green 95 ◦ blue 184

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

Shades of Cerulean Blue #385FB8

Tints of Cerulean Blue #385FB8

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.36%

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

R = 16.72%
G = 28.36%
B = 54.93%

CMYK

 C value IS 0.70

 M value IS 0.48

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#385FB8 (or 0x385FB8) is known color: Cerulean Blue. HEX triplet: 38, 5F and B8. RGB value is (56,95,184). Sum of RGB (Red+Green+Blue) = 56+95+184=335 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.72% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 184 (72.27% from 255 or 54.93% from 335); Max value from RGB is 184 - color contains mainly: blue. Hex color #385FB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #385FB8 is #C7A047. Grayscale: #5D5D5D. Windows color (decimal): -13082696 or 12083000. OLE color: 12083000.

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

Color convert

RGB 56 95 184 -
CMYK 0.70 0.48 0 0.28
HSL 221.72º 0.53% 0.47% -
HSV(B) 221.72º 0.7% 0.72% -
XYZ 14.37 12.49 47 -
YUV 93.49 179.08 101.26 -
System Red Green Blue C M Y K H S L
Decimal 56 95 184 0.70 0.48 0 0.28 221.72 0.53 0.47
Hex 38 5F B8 46 30 0 1C DE 35 2F
Octal 70 137 270 106 60 0 34 336 65 57
Binary 111000 1011111 10111000 1000110 110000 0 11100 11011110 110101 101111

Color Harmonies of #385FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385FB8

Black with #385FB8

Text Example


Text Example

White with #385FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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