#396BFB

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

Shades of Royal Blue #396BFB

Tints of Royal Blue #396BFB

Color information

#396BFB (or 0x396BFB) is unknown color: approx Royal Blue. HEX triplet: 39, 6B and FB. RGB value is (57,107,251). Sum of RGB (Red+Green+Blue) = 57+107+251=415 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.73% from 415); Green value is 107 (42.19% from 255 or 25.78% from 415); Blue value is 251 (98.44% from 255 or 60.48% from 415); Max value from RGB is 251 - color contains mainly: blue. Hex color #396BFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #396BFB is #C69404. Grayscale: #6B6B6B. Windows color (decimal): -13014021 or 16476985. OLE color: 16476985.

HSL color Cylindrical-coordinate representation of color #396BFB: hue angle of 224.54º degrees, saturation: 0.96, 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 #396BFB is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB57107251-
CMYK0.770.5700.02
HSL224.54º96.04%60.39%-
HSV(B)224.54º77.29%98.43%-
XYZ24.3618.3593.52-
YUV108.47208.4491.29-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 13.73%
GREEN value IS 107 (42.19% from 255) = 25.78%
BLUE value IS 251 (98.44% from 255) = 60.48%
R=13.73%
G=25.78%
B=60.48%

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
Decimal571072510.770.5700.02224.5496.0460.39
Hex396BFB4D3902e1603c
Octal71153373115710234114074
Binary1110011101011111110111001101111001010111000011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,107,251); }

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

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

 a { background-color: rgb(57,107,251); }

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

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

 span { border-color: rgb(57,107,251); }

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