#394AAB

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

Shades of Cerulean Blue #394AAB

Tints of Cerulean Blue #394AAB

Color information

#394AAB (or 0x394AAB) is unknown color: approx Cerulean Blue. HEX triplet: 39, 4A and AB. RGB value is (57,74,171). Sum of RGB (Red+Green+Blue) = 57+74+171=302 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.87% from 302); Green value is 74 (29.30% from 255 or 24.50% from 302); Blue value is 171 (67.19% from 255 or 56.62% from 302); Max value from RGB is 171 - color contains mainly: blue. Hex color #394AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394AAB is #C6B554. Grayscale: #4F4F4F. Windows color (decimal): -13022549 or 11225657. OLE color: 11225657.

HSL color Cylindrical-coordinate representation of color #394AAB: hue angle of 231.05º degrees, saturation: 0.5, 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 #394AAB is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5774171-
CMYK0.670.5700.33
HSL231.05º50%44.71%-
HSV(B)231.05º66.67%67.06%-
XYZ11.498.7139.6-
YUV79.97179.37111.61-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.87%
GREEN value IS 74 (29.30% from 255) = 24.50%
BLUE value IS 171 (67.19% from 255) = 56.62%
R=18.87%
G=24.50%
B=56.62%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal57741710.670.5700.33231.055044.71
Hex394AAB4339021e7322d
Octal71112253103710413476255
Binary1110011001010101010111000011111001010000111100111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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