#394EAB

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

Shades of Cerulean Blue #394EAB

Tints of Cerulean Blue #394EAB

Color information

#394EAB (or 0x394EAB) is unknown color: approx Cerulean Blue. HEX triplet: 39, 4E and AB. RGB value is (57,78,171). Sum of RGB (Red+Green+Blue) = 57+78+171=306 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.63% from 306); Green value is 78 (30.86% from 255 or 25.49% from 306); Blue value is 171 (67.19% from 255 or 55.88% from 306); Max value from RGB is 171 - color contains mainly: blue. Hex color #394EAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #394EAB is #C6B154. Grayscale: #515151. Windows color (decimal): -13021525 or 11226681. OLE color: 11226681.

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

Color convert

RGB5778171-
CMYK0.670.5400.33
HSL228.95º50%44.71%-
HSV(B)228.95º66.67%67.06%-
XYZ11.769.2639.7-
YUV82.32178.04109.94-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.63%
GREEN value IS 78 (30.86% from 255) = 25.49%
BLUE value IS 171 (67.19% from 255) = 55.88%
R=18.63%
G=25.49%
B=55.88%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal57781710.670.5400.33228.955044.71
Hex394EAB4336021e5322d
Octal71116253103660413456255
Binary1110011001110101010111000011110110010000111100101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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