#317DD7

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

Shades of Royal Blue #317DD7

Tints of Royal Blue #317DD7

Color information

#317DD7 (or 0x317DD7) is unknown color: approx Royal Blue. HEX triplet: 31, 7D and D7. RGB value is (49,125,215). Sum of RGB (Red+Green+Blue) = 49+125+215=389 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.60% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 215 (84.38% from 255 or 55.27% from 389); Max value from RGB is 215 - color contains mainly: blue. Hex color #317DD7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317DD7 is #CE8228. Grayscale: #707070. Windows color (decimal): -13533737 or 14122289. OLE color: 14122289.

HSL color Cylindrical-coordinate representation of color #317DD7: hue angle of 212.53º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #317DD7 is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB49125215-
CMYK0.770.4200.16
HSL212.53º67.48%51.76%-
HSV(B)212.53º77.21%84.31%-
XYZ20.8720.2367.09-
YUV112.54185.8282.68-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.60%
GREEN value IS 125 (49.22% from 255) = 32.13%
BLUE value IS 215 (84.38% from 255) = 55.27%
R=12.60%
G=32.13%
B=55.27%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal491252150.770.4200.16212.5367.4851.76
Hex317DD74D2A010d54334
Octal611753271155202032510364
Binary1100011111101110101111001101101010010000110101011000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,125,215); }

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

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

 a { background-color: rgb(49,125,215); }

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

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

 span { border-color: rgb(49,125,215); }

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