#317BEA

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

Shades of Royal Blue #317BEA

Tints of Royal Blue #317BEA

Color information

#317BEA (or 0x317BEA) is unknown color: approx Royal Blue. HEX triplet: 31, 7B and EA. RGB value is (49,123,234). Sum of RGB (Red+Green+Blue) = 49+123+234=406 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.07% from 406); Green value is 123 (48.44% from 255 or 30.30% from 406); Blue value is 234 (91.80% from 255 or 57.64% from 406); Max value from RGB is 234 - color contains mainly: blue. Hex color #317BEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #317BEA is #CE8415. Grayscale: #717171. Windows color (decimal): -13534230 or 15366961. OLE color: 15366961.

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

Color convert

RGB49123234-
CMYK0.790.4700.08
HSL216º81.5%55.49%-
HSV(B)216º79.06%91.76%-
XYZ23.220.7680.63-
YUV113.53195.9881.97-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.07%
GREEN value IS 123 (48.44% from 255) = 30.30%
BLUE value IS 234 (91.80% from 255) = 57.64%
R=12.07%
G=30.30%
B=57.64%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal491232340.790.4700.0821681.555.49
Hex317BEA4F2F08d85137
Octal611733521175701033012167
Binary110001111101111101010100111110111101000110110001010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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