#384dab

Color #384DAB Cerulean Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean Blue #384DAB

Tints of Cerulean Blue #384DAB

Color information

#384DAB (or 0x384DAB) is unknown color: approx Cerulean Blue. HEX triplet: 38, 4D and AB. RGB value is (56,77,171). Sum of RGB (Red+Green+Blue) = 56+77+171=304 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.42% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #384DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #384DAB is #C7B254. Grayscale: #515151. Windows color (decimal): -13087317 or 11226424. OLE color: 11226424.

HSL color Cylindrical-coordinate representation of color #384DAB: hue angle of 229.04º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #384DAB is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5677171-
CMYK0.670.5500.33
HSL229.04º50.66%44.51%-
HSV(B)229.04º67.25%67.06%-
XYZ11.649.0939.67-
YUV81.44178.54109.86-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.42%
GREEN value IS 77 (30.47% from 255) = 25.33%
BLUE value IS 171 (67.19% from 255) = 56.25%
R=18.42%
G=25.33%
B=56.25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal56771710.670.5500.33229.0450.6644.51
Hex384DAB4337021e5332d
Octal70115253103670413456355
Binary1110001001101101010111000011110111010000111100101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384dab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384dab; }

 p { color: rgb(56,77,171); }

 H1.HeaderClassName
 {
   color: #384dab;
 }
 .AnyTagClassName
 {
   color: #384dab;
 }
</style>
background-color css

<style>
 a { background-color: #384dab; }

 a { background-color: rgb(56,77,171); }

 div.DivClassName
 {
   background-color: #384dab;
 }
 .BgClassName
 {
   background-color: #384dab;
 }
</style>
border-color css

<style>
 span { border-color: #384dab; }

 span { border-color: rgb(56,77,171); }

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