#3172EB

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

Shades of Royal Blue #3172EB

Tints of Royal Blue #3172EB

Color information

#3172EB (or 0x3172EB) is unknown color: approx Royal Blue. HEX triplet: 31, 72 and EB. RGB value is (49,114,235). Sum of RGB (Red+Green+Blue) = 49+114+235=398 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.31% from 398); Green value is 114 (44.92% from 255 or 28.64% from 398); Blue value is 235 (92.19% from 255 or 59.05% from 398); Max value from RGB is 235 - color contains mainly: blue. Hex color #3172EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3172EB is #CE8D14. Grayscale: #6B6B6B. Windows color (decimal): -13536533 or 15430193. OLE color: 15430193.

HSL color Cylindrical-coordinate representation of color #3172EB: hue angle of 219.03º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3172EB is Cyan = 0.79, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB49114235-
CMYK0.790.5100.08
HSL219.03º82.3%55.69%-
HSV(B)219.03º79.15%92.16%-
XYZ22.2818.6981.03-
YUV108.36199.4785.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.31%
GREEN value IS 114 (44.92% from 255) = 28.64%
BLUE value IS 235 (92.19% from 255) = 59.05%
R=12.31%
G=28.64%
B=59.05%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal491142350.790.5100.08219.0382.355.69
Hex3172EB4F3308db5238
Octal611623531176301033312270
Binary110001111001011101011100111111001101000110110111010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3172EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3172EB; }

 p { color: rgb(49,114,235); }

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

<style>
 a { background-color: #3172EB; }

 a { background-color: rgb(49,114,235); }

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

<style>
 span { border-color: #3172EB; }

 span { border-color: rgb(49,114,235); }

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