#394BAB

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

Shades of Cerulean Blue #394BAB

Tints of Cerulean Blue #394BAB

Color information

#394BAB (or 0x394BAB) is unknown color: approx Cerulean Blue. HEX triplet: 39, 4B and AB. RGB value is (57,75,171). Sum of RGB (Red+Green+Blue) = 57+75+171=303 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.81% from 303); Green value is 75 (29.69% from 255 or 24.75% 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 #394BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #394BAB is #C6B454. Grayscale: #505050. Windows color (decimal): -13022293 or 11225913. OLE color: 11225913.

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

Color convert

RGB5775171-
CMYK0.670.5600.33
HSL230.53º50%44.71%-
HSV(B)230.53º66.67%67.06%-
XYZ11.558.8439.63-
YUV80.56179.04111.19-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.81%
GREEN value IS 75 (29.69% from 255) = 24.75%
BLUE value IS 171 (67.19% from 255) = 56.44%
R=18.81%
G=24.75%
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
Decimal57751710.670.5600.33230.535044.71
Hex394BAB4338021e7322d
Octal71113253103700413476255
Binary1110011001011101010111000011111000010000111100111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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