#394EAA

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

Shades of Cerulean Blue #394EAA

Tints of Cerulean Blue #394EAA

Color information

#394EAA (or 0x394EAA) is unknown color: approx Cerulean Blue. HEX triplet: 39, 4E and AA. RGB value is (57,78,170). Sum of RGB (Red+Green+Blue) = 57+78+170=305 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.69% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 170 (66.80% from 255 or 55.74% from 305); Max value from RGB is 170 - color contains mainly: blue. Hex color #394EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #394EAA is #C6B155. Grayscale: #515151. Windows color (decimal): -13021526 or 11161145. OLE color: 11161145.

HSL color Cylindrical-coordinate representation of color #394EAA: hue angle of 228.85º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #394EAA is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5778170-
CMYK0.660.5400.33
HSL228.85º49.78%44.51%-
HSV(B)228.85º66.47%66.67%-
XYZ11.679.2239.2-
YUV82.21177.54110.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.69%
GREEN value IS 78 (30.86% from 255) = 25.57%
BLUE value IS 170 (66.80% from 255) = 55.74%
R=18.69%
G=25.57%
B=55.74%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal57781700.660.5400.33228.8549.7844.51
Hex394EAA4236021e5322d
Octal71116252102660413456255
Binary1110011001110101010101000010110110010000111100101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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