#394EE8

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

Shades of Royal Blue #394EE8

Tints of Royal Blue #394EE8

Color information

#394EE8 (or 0x394EE8) is unknown color: approx Royal Blue. HEX triplet: 39, 4E and E8. RGB value is (57,78,232). Sum of RGB (Red+Green+Blue) = 57+78+232=367 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.53% from 367); Green value is 78 (30.86% from 255 or 21.25% from 367); Blue value is 232 (91.02% from 255 or 63.22% from 367); Max value from RGB is 232 - color contains mainly: blue. Hex color #394EE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #394EE8 is #C6B117. Grayscale: #585858. Windows color (decimal): -13021464 or 15224377. OLE color: 15224377.

HSL color Cylindrical-coordinate representation of color #394EE8: hue angle of 232.8º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #394EE8 is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB5778232-
CMYK0.750.6600.09
HSL232.8º79.19%56.67%-
HSV(B)232.8º75.43%90.98%-
XYZ18.9812.1477.69-
YUV89.28208.54104.98-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.53%
GREEN value IS 78 (30.86% from 255) = 21.25%
BLUE value IS 232 (91.02% from 255) = 63.22%
R=15.53%
G=21.25%
B=63.22%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal57782320.750.6600.09232.879.1956.67
Hex394EE84B4209e94f39
Octal7111635011310201135111771
Binary1110011001110111010001001011100001001001111010011001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394EE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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