#394DB4

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

Shades of Cerulean Blue #394DB4

Tints of Cerulean Blue #394DB4

Color information

#394DB4 (or 0x394DB4) is unknown color: approx Cerulean Blue. HEX triplet: 39, 4D and B4. RGB value is (57,77,180). Sum of RGB (Red+Green+Blue) = 57+77+180=314 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.15% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 180 (70.70% from 255 or 57.32% from 314); Max value from RGB is 180 - color contains mainly: blue. Hex color #394DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #394DB4 is #C6B24B. Grayscale: #525252. Windows color (decimal): -13021772 or 11816249. OLE color: 11816249.

HSL color Cylindrical-coordinate representation of color #394DB4: hue angle of 230.24º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #394DB4 is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5777180-
CMYK0.680.5700.29
HSL230.24º51.9%46.47%-
HSV(B)230.24º68.33%70.59%-
XYZ12.589.4744.35-
YUV82.76182.87109.62-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.15%
GREEN value IS 77 (30.47% from 255) = 24.52%
BLUE value IS 180 (70.70% from 255) = 57.32%
R=18.15%
G=24.52%
B=57.32%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal57771800.680.5700.29230.2451.946.47
Hex394DB4443901De6342e
Octal71115264104710353466456
Binary111001100110110110100100010011100101110111100110110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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