#394AAE

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

Shades of Cerulean Blue #394AAE

Tints of Cerulean Blue #394AAE

Color information

#394AAE (or 0x394AAE) is unknown color: approx Cerulean Blue. HEX triplet: 39, 4A and AE. RGB value is (57,74,174). Sum of RGB (Red+Green+Blue) = 57+74+174=305 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.69% from 305); Green value is 74 (29.30% from 255 or 24.26% from 305); Blue value is 174 (68.36% from 255 or 57.05% from 305); Max value from RGB is 174 - color contains mainly: blue. Hex color #394AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394AAE is #C6B551. Grayscale: #4F4F4F. Windows color (decimal): -13022546 or 11422265. OLE color: 11422265.

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

Color convert

RGB5774174-
CMYK0.670.5700.32
HSL231.28º50.65%45.29%-
HSV(B)231.28º67.24%68.24%-
XYZ11.788.8241.13-
YUV80.32180.87111.37-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.69%
GREEN value IS 74 (29.30% from 255) = 24.26%
BLUE value IS 174 (68.36% from 255) = 57.05%
R=18.69%
G=24.26%
B=57.05%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal57741740.670.5700.32231.2850.6545.29
Hex394AAE4339020e7332d
Octal71112256103710403476355
Binary1110011001010101011101000011111001010000011100111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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