#384DAC

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

Shades of Cerulean Blue #384DAC

Tints of Cerulean Blue #384DAC

Color information

#384DAC (or 0x384DAC) is unknown color: approx Cerulean Blue. HEX triplet: 38, 4D and AC. RGB value is (56,77,172). Sum of RGB (Red+Green+Blue) = 56+77+172=305 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.36% from 305); Green value is 77 (30.47% from 255 or 25.25% from 305); Blue value is 172 (67.58% from 255 or 56.39% from 305); Max value from RGB is 172 - color contains mainly: blue. Hex color #384DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #384DAC is #C7B253. Grayscale: #515151. Windows color (decimal): -13087316 or 11291960. OLE color: 11291960.

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

Color convert

RGB5677172-
CMYK0.670.5500.33
HSL229.14º50.88%44.71%-
HSV(B)229.14º67.44%67.45%-
XYZ11.739.1340.17-
YUV81.55179.04109.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.36%
GREEN value IS 77 (30.47% from 255) = 25.25%
BLUE value IS 172 (67.58% from 255) = 56.39%
R=18.36%
G=25.25%
B=56.39%

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
Decimal56771720.670.5500.33229.1450.8844.71
Hex384DAC4337021e5332d
Octal70115254103670413456355
Binary1110001001101101011001000011110111010000111100101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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