#394EB3

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

Shades of Cerulean Blue #394EB3

Tints of Cerulean Blue #394EB3

Color information

#394EB3 (or 0x394EB3) is unknown color: approx Cerulean Blue. HEX triplet: 39, 4E and B3. RGB value is (57,78,179). Sum of RGB (Red+Green+Blue) = 57+78+179=314 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.15% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 179 (70.31% from 255 or 57.01% from 314); Max value from RGB is 179 - color contains mainly: blue. Hex color #394EB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #394EB3 is #C6B14C. Grayscale: #525252. Windows color (decimal): -13021517 or 11750969. OLE color: 11750969.

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

Color convert

RGB5778179-
CMYK0.680.5600.30
HSL229.67º51.69%46.27%-
HSV(B)229.67º68.16%70.2%-
XYZ12.559.5743.83-
YUV83.24182.04109.29-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 18.15%
GREEN value IS 78 (30.86% from 255) = 24.84%
BLUE value IS 179 (70.31% from 255) = 57.01%
R=18.15%
G=24.84%
B=57.01%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal57781790.680.5600.30229.6751.6946.27
Hex394EB3443801Ee6342e
Octal71116263104700363466456
Binary111001100111010110011100010011100001111011100110110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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