#384EAB

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

Shades of Cerulean Blue #384EAB

Tints of Cerulean Blue #384EAB

Color information

#384EAB (or 0x384EAB) is unknown color: approx Cerulean Blue. HEX triplet: 38, 4E and AB. RGB value is (56,78,171). Sum of RGB (Red+Green+Blue) = 56+78+171=305 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.36% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 171 (67.19% from 255 or 56.07% from 305); Max value from RGB is 171 - color contains mainly: blue. Hex color #384EAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #384EAB is #C7B154. Grayscale: #515151. Windows color (decimal): -13087061 or 11226680. OLE color: 11226680.

HSL color Cylindrical-coordinate representation of color #384EAB: hue angle of 228.52º 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 #384EAB is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5678171-
CMYK0.670.5400.33
HSL228.52º50.66%44.51%-
HSV(B)228.52º67.25%67.06%-
XYZ11.719.2339.69-
YUV82.02178.21109.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.36%
GREEN value IS 78 (30.86% from 255) = 25.57%
BLUE value IS 171 (67.19% from 255) = 56.07%
R=18.36%
G=25.57%
B=56.07%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal56781710.670.5400.33228.5250.6644.51
Hex384EAB4336021e5332d
Octal70116253103660413456355
Binary1110001001110101010111000011110110010000111100101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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