#394DAE

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

Shades of Cerulean Blue #394DAE

Tints of Cerulean Blue #394DAE

Color information

#394DAE (or 0x394DAE) is unknown color: approx Cerulean Blue. HEX triplet: 39, 4D and AE. RGB value is (57,77,174). Sum of RGB (Red+Green+Blue) = 57+77+174=308 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.51% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 174 (68.36% from 255 or 56.49% from 308); Max value from RGB is 174 - color contains mainly: blue. Hex color #394DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #394DAE is #C6B251. Grayscale: #515151. Windows color (decimal): -13021778 or 11423033. OLE color: 11423033.

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

Color convert

RGB5777174-
CMYK0.670.5600.32
HSL229.74º50.65%45.29%-
HSV(B)229.74º67.24%68.24%-
XYZ11.989.2341.2-
YUV82.08179.87110.11-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.51%
GREEN value IS 77 (30.47% from 255) = 25%
BLUE value IS 174 (68.36% from 255) = 56.49%
R=18.51%
G=25%
B=56.49%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal57771740.670.5600.32229.7450.6545.29
Hex394DAE4338020e6332d
Octal71115256103700403466355
Binary1110011001101101011101000011111000010000011100110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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