#384EAA

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

Shades of Cerulean Blue #384EAA

Tints of Cerulean Blue #384EAA

Color information

#384EAA (or 0x384EAA) is unknown color: approx Cerulean Blue. HEX triplet: 38, 4E and AA. RGB value is (56,78,170). Sum of RGB (Red+Green+Blue) = 56+78+170=304 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.42% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 170 (66.80% from 255 or 55.92% from 304); Max value from RGB is 170 - color contains mainly: blue. Hex color #384EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #384EAA is #C7B155. Grayscale: #515151. Windows color (decimal): -13087062 or 11161144. OLE color: 11161144.

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

Color convert

RGB5678170-
CMYK0.670.5400.33
HSL228.42º50.44%44.31%-
HSV(B)228.42º67.06%66.67%-
XYZ11.619.1939.19-
YUV81.91177.71109.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.42%
GREEN value IS 78 (30.86% from 255) = 25.66%
BLUE value IS 170 (66.80% from 255) = 55.92%
R=18.42%
G=25.66%
B=55.92%

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
Decimal56781700.670.5400.33228.4250.4444.31
Hex384EAA4336021e4322c
Octal70116252103660413446254
Binary1110001001110101010101000011110110010000111100100110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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