#384CAB

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

Shades of Cerulean Blue #384CAB

Tints of Cerulean Blue #384CAB

Color information

#384CAB (or 0x384CAB) is unknown color: approx Cerulean Blue. HEX triplet: 38, 4C and AB. RGB value is (56,76,171). Sum of RGB (Red+Green+Blue) = 56+76+171=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 171 (67.19% from 255 or 56.44% from 303); Max value from RGB is 171 - color contains mainly: blue. Hex color #384CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384CAB is #C7B354. Grayscale: #505050. Windows color (decimal): -13087573 or 11226168. OLE color: 11226168.

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

Color convert

RGB5676171-
CMYK0.670.5600.33
HSL229.57º50.66%44.51%-
HSV(B)229.57º67.25%67.06%-
XYZ11.578.9539.65-
YUV80.85178.87110.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.48%
GREEN value IS 76 (30.08% from 255) = 25.08%
BLUE value IS 171 (67.19% from 255) = 56.44%
R=18.48%
G=25.08%
B=56.44%

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
Decimal56761710.670.5600.33229.5750.6644.51
Hex384CAB4338021e6332d
Octal70114253103700413466355
Binary1110001001100101010111000011111000010000111100110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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