#384CAC

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

Shades of Cerulean Blue #384CAC

Tints of Cerulean Blue #384CAC

Color information

#384CAC (or 0x384CAC) is unknown color: approx Cerulean Blue. HEX triplet: 38, 4C and AC. RGB value is (56,76,172). Sum of RGB (Red+Green+Blue) = 56+76+172=304 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.42% from 304); Green value is 76 (30.08% from 255 or 25% from 304); Blue value is 172 (67.58% from 255 or 56.58% from 304); Max value from RGB is 172 - color contains mainly: blue. Hex color #384CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384CAC is #C7B353. Grayscale: #505050. Windows color (decimal): -13087572 or 11291704. OLE color: 11291704.

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

Color convert

RGB5676172-
CMYK0.670.5600.33
HSL229.66º50.88%44.71%-
HSV(B)229.66º67.44%67.45%-
XYZ11.668.9940.15-
YUV80.96179.37110.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.42%
GREEN value IS 76 (30.08% from 255) = 25%
BLUE value IS 172 (67.58% from 255) = 56.58%
R=18.42%
G=25%
B=56.58%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal56761720.670.5600.33229.6650.8844.71
Hex384CAC4338021e6332d
Octal70114254103700413466355
Binary1110001001100101011001000011111000010000111100110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,76,172); }

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

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

 a { background-color: rgb(56,76,172); }

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

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

 span { border-color: rgb(56,76,172); }

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