#384AAE

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

Shades of Cerulean Blue #384AAE

Tints of Cerulean Blue #384AAE

Color information

#384AAE (or 0x384AAE) is unknown color: approx Cerulean Blue. HEX triplet: 38, 4A and AE. RGB value is (56,74,174). Sum of RGB (Red+Green+Blue) = 56+74+174=304 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.42% from 304); Green value is 74 (29.30% from 255 or 24.34% from 304); Blue value is 174 (68.36% from 255 or 57.24% from 304); Max value from RGB is 174 - color contains mainly: blue. Hex color #384AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #384AAE is #C7B551. Grayscale: #4F4F4F. Windows color (decimal): -13088082 or 11422264. OLE color: 11422264.

HSL color Cylindrical-coordinate representation of color #384AAE: hue angle of 230.85º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #384AAE is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5674174-
CMYK0.680.5700.32
HSL230.85º51.3%45.1%-
HSV(B)230.85º67.82%68.24%-
XYZ11.728.7941.12-
YUV80.02181.04110.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.42%
GREEN value IS 74 (29.30% from 255) = 24.34%
BLUE value IS 174 (68.36% from 255) = 57.24%
R=18.42%
G=24.34%
B=57.24%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal56741740.680.5700.32230.8551.345.1
Hex384AAE4439020e7332d
Octal70112256104710403476355
Binary1110001001010101011101000100111001010000011100111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,74,174); }

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

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

 a { background-color: rgb(56,74,174); }

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

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

 span { border-color: rgb(56,74,174); }

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