#317BE8

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

Shades of Royal Blue #317BE8

Tints of Royal Blue #317BE8

Color information

#317BE8 (or 0x317BE8) is unknown color: approx Royal Blue. HEX triplet: 31, 7B and E8. RGB value is (49,123,232). Sum of RGB (Red+Green+Blue) = 49+123+232=404 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.13% from 404); Green value is 123 (48.44% from 255 or 30.45% from 404); Blue value is 232 (91.02% from 255 or 57.43% from 404); Max value from RGB is 232 - color contains mainly: blue. Hex color #317BE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #317BE8 is #CE8417. Grayscale: #707070. Windows color (decimal): -13534232 or 15235889. OLE color: 15235889.

HSL color Cylindrical-coordinate representation of color #317BE8: hue angle of 215.74º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #317BE8 is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB49123232-
CMYK0.790.4700.09
HSL215.74º79.91%55.1%-
HSV(B)215.74º78.88%90.98%-
XYZ22.9220.6579.12-
YUV113.3194.9882.14-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.13%
GREEN value IS 123 (48.44% from 255) = 30.45%
BLUE value IS 232 (91.02% from 255) = 57.43%
R=12.13%
G=30.45%
B=57.43%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal491232320.790.4700.09215.7479.9155.1
Hex317BE84F2F09d85037
Octal611733501175701133012067
Binary110001111101111101000100111110111101001110110001010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317BE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,123,232); }

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

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

 a { background-color: rgb(49,123,232); }

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

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

 span { border-color: rgb(49,123,232); }

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