#3170D2

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

Shades of Royal Blue #3170D2

Tints of Royal Blue #3170D2

Color information

#3170D2 (or 0x3170D2) is unknown color: approx Royal Blue. HEX triplet: 31, 70 and D2. RGB value is (49,112,210). Sum of RGB (Red+Green+Blue) = 49+112+210=371 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.21% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 210 (82.42% from 255 or 56.60% from 371); Max value from RGB is 210 - color contains mainly: blue. Hex color #3170D2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3170D2 is #CE8F2D. Grayscale: #676767. Windows color (decimal): -13537070 or 13791281. OLE color: 13791281.

HSL color Cylindrical-coordinate representation of color #3170D2: hue angle of 216.52º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3170D2 is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB49112210-
CMYK0.770.4700.18
HSL216.52º64.14%50.78%-
HSV(B)216.52º76.67%82.35%-
XYZ18.6916.8963.25-
YUV104.34187.6388.53-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.21%
GREEN value IS 112 (44.14% from 255) = 30.19%
BLUE value IS 210 (82.42% from 255) = 56.60%
R=13.21%
G=30.19%
B=56.60%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal491122100.770.4700.18216.5264.1450.78
Hex3170D24D2F012d94033
Octal611603221155702233110063
Binary1100011110000110100101001101101111010010110110011000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3170D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3170D2; }

 p { color: rgb(49,112,210); }

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

<style>
 a { background-color: #3170D2; }

 a { background-color: rgb(49,112,210); }

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

<style>
 span { border-color: #3170D2; }

 span { border-color: rgb(49,112,210); }

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