#396AF9

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

Shades of Royal Blue #396AF9

Tints of Royal Blue #396AF9

Color information

#396AF9 (or 0x396AF9) is unknown color: approx Royal Blue. HEX triplet: 39, 6A and F9. RGB value is (57,106,249). Sum of RGB (Red+Green+Blue) = 57+106+249=412 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.83% from 412); Green value is 106 (41.80% from 255 or 25.73% from 412); Blue value is 249 (97.66% from 255 or 60.44% from 412); Max value from RGB is 249 - color contains mainly: blue. Hex color #396AF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #396AF9 is #C69506. Grayscale: #6B6B6B. Windows color (decimal): -13014279 or 16345657. OLE color: 16345657.

HSL color Cylindrical-coordinate representation of color #396AF9: hue angle of 224.69º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #396AF9 is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB57106249-
CMYK0.770.5700.02
HSL224.69º94.12%60%-
HSV(B)224.69º77.11%97.65%-
XYZ23.9418.0291.84-
YUV107.65207.7791.87-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.83%
GREEN value IS 106 (41.80% from 255) = 25.73%
BLUE value IS 249 (97.66% from 255) = 60.44%
R=13.83%
G=25.73%
B=60.44%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal571062490.770.5700.02224.6994.1260
Hex396AF94D3902e15e3c
Octal71152371115710234113674
Binary1110011101010111110011001101111001010111000011011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,106,249); }

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

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

 a { background-color: rgb(57,106,249); }

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

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

 span { border-color: rgb(57,106,249); }

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