#394DAB

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

Shades of Cerulean Blue #394DAB

Tints of Cerulean Blue #394DAB

Color information

#394DAB (or 0x394DAB) is unknown color: approx Cerulean Blue. HEX triplet: 39, 4D and AB. RGB value is (57,77,171). Sum of RGB (Red+Green+Blue) = 57+77+171=305 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.69% from 305); Green value is 77 (30.47% from 255 or 25.25% from 305); Blue value is 171 (67.19% from 255 or 56.07% from 305); Max value from RGB is 171 - color contains mainly: blue. Hex color #394DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #394DAB is #C6B254. Grayscale: #515151. Windows color (decimal): -13021781 or 11226425. OLE color: 11226425.

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

Color convert

RGB5777171-
CMYK0.670.5500.33
HSL229.47º50%44.71%-
HSV(B)229.47º66.67%67.06%-
XYZ11.699.1239.67-
YUV81.74178.37110.36-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.69%
GREEN value IS 77 (30.47% from 255) = 25.25%
BLUE value IS 171 (67.19% from 255) = 56.07%
R=18.69%
G=25.25%
B=56.07%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal57771710.670.5500.33229.475044.71
Hex394DAB4337021e5322d
Octal71115253103670413456255
Binary1110011001101101010111000011110111010000111100101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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