#396FEF

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

Shades of Royal Blue #396FEF

Tints of Royal Blue #396FEF

Color information

#396FEF (or 0x396FEF) is unknown color: approx Royal Blue. HEX triplet: 39, 6F and EF. RGB value is (57,111,239). Sum of RGB (Red+Green+Blue) = 57+111+239=407 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.00% from 407); Green value is 111 (43.75% from 255 or 27.27% from 407); Blue value is 239 (93.75% from 255 or 58.72% from 407); Max value from RGB is 239 - color contains mainly: blue. Hex color #396FEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #396FEF is #C69010. Grayscale: #6C6C6C. Windows color (decimal): -13013009 or 15691577. OLE color: 15691577.

HSL color Cylindrical-coordinate representation of color #396FEF: hue angle of 222.2º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #396FEF is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB57111239-
CMYK0.760.5400.06
HSL222.2º85.05%58.04%-
HSV(B)222.2º76.15%93.73%-
XYZ22.9518.4784.02-
YUV109.45201.1190.59-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 14.00%
GREEN value IS 111 (43.75% from 255) = 27.27%
BLUE value IS 239 (93.75% from 255) = 58.72%
R=14.00%
G=27.27%
B=58.72%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal571112390.760.5400.06222.285.0558.04
Hex396FEF4C3606de553a
Octal71157357114660633612572
Binary11100111011111110111110011001101100110110111101010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396FEF; }

 p { color: rgb(57,111,239); }

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

<style>
 a { background-color: #396FEF; }

 a { background-color: rgb(57,111,239); }

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

<style>
 span { border-color: #396FEF; }

 span { border-color: rgb(57,111,239); }

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