#384FAC

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

Shades of Cerulean Blue #384FAC

Tints of Cerulean Blue #384FAC

Color information

#384FAC (or 0x384FAC) is unknown color: approx Cerulean Blue. HEX triplet: 38, 4F and AC. RGB value is (56,79,172). Sum of RGB (Red+Green+Blue) = 56+79+172=307 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.24% from 307); Green value is 79 (31.25% from 255 or 25.73% from 307); Blue value is 172 (67.58% from 255 or 56.03% from 307); Max value from RGB is 172 - color contains mainly: blue. Hex color #384FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #384FAC is #C7B053. Grayscale: #525252. Windows color (decimal): -13086804 or 11292472. OLE color: 11292472.

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

Color convert

RGB5679172-
CMYK0.670.5400.33
HSL228.1º50.88%44.71%-
HSV(B)228.1º67.44%67.45%-
XYZ11.879.4140.22-
YUV82.72178.38108.94-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.24%
GREEN value IS 79 (31.25% from 255) = 25.73%
BLUE value IS 172 (67.58% from 255) = 56.03%
R=18.24%
G=25.73%
B=56.03%

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
Decimal56791720.670.5400.33228.150.8844.71
Hex384FAC4336021e4332d
Octal70117254103660413446355
Binary1110001001111101011001000011110110010000111100100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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