#317AE2

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

Shades of Royal Blue #317AE2

Tints of Royal Blue #317AE2

Color information

#317AE2 (or 0x317AE2) is unknown color: approx Royal Blue. HEX triplet: 31, 7A and E2. RGB value is (49,122,226). Sum of RGB (Red+Green+Blue) = 49+122+226=397 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.34% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 226 (88.67% from 255 or 56.93% from 397); Max value from RGB is 226 - color contains mainly: blue. Hex color #317AE2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317AE2 is #CE851D. Grayscale: #6F6F6F. Windows color (decimal): -13534494 or 14842417. OLE color: 14842417.

HSL color Cylindrical-coordinate representation of color #317AE2: hue angle of 215.25º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #317AE2 is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB49122226-
CMYK0.780.4600.11
HSL215.25º75.32%53.92%-
HSV(B)215.25º78.32%88.63%-
XYZ21.9520.0674.67-
YUV112.03192.3283.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.34%
GREEN value IS 122 (48.05% from 255) = 30.73%
BLUE value IS 226 (88.67% from 255) = 56.93%
R=12.34%
G=30.73%
B=56.93%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal491222260.780.4600.11215.2575.3253.92
Hex317AE24E2E0Bd74b36
Octal611723421165601332711366
Binary110001111101011100010100111010111001011110101111001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317AE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317AE2; }

 p { color: rgb(49,122,226); }

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

<style>
 a { background-color: #317AE2; }

 a { background-color: rgb(49,122,226); }

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

<style>
 span { border-color: #317AE2; }

 span { border-color: rgb(49,122,226); }

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