#317BEB

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

Shades of Royal Blue #317BEB

Tints of Royal Blue #317BEB

Color information

#317BEB (or 0x317BEB) is unknown color: approx Royal Blue. HEX triplet: 31, 7B and EB. RGB value is (49,123,235). Sum of RGB (Red+Green+Blue) = 49+123+235=407 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.04% from 407); Green value is 123 (48.44% from 255 or 30.22% from 407); Blue value is 235 (92.19% from 255 or 57.74% from 407); Max value from RGB is 235 - color contains mainly: blue. Hex color #317BEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #317BEB is #CE8414. Grayscale: #717171. Windows color (decimal): -13534229 or 15432497. OLE color: 15432497.

HSL color Cylindrical-coordinate representation of color #317BEB: hue angle of 216.13º 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 #317BEB is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB49123235-
CMYK0.790.4800.08
HSL216.13º82.3%55.69%-
HSV(B)216.13º79.15%92.16%-
XYZ23.3420.8281.38-
YUV113.64196.4881.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.04%
GREEN value IS 123 (48.44% from 255) = 30.22%
BLUE value IS 235 (92.19% from 255) = 57.74%
R=12.04%
G=30.22%
B=57.74%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal491232350.790.4800.08216.1382.355.69
Hex317BEB4F3008d85238
Octal611733531176001033012270
Binary110001111101111101011100111111000001000110110001010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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