#3166EA

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

Shades of Royal Blue #3166EA

Tints of Royal Blue #3166EA

Color information

#3166EA (or 0x3166EA) is unknown color: approx Royal Blue. HEX triplet: 31, 66 and EA. RGB value is (49,102,234). Sum of RGB (Red+Green+Blue) = 49+102+234=385 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.73% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 234 (91.80% from 255 or 60.78% from 385); Max value from RGB is 234 - color contains mainly: blue. Hex color #3166EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3166EA is #CE9915. Grayscale: #646464. Windows color (decimal): -13539606 or 15361585. OLE color: 15361585.

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

Color convert

RGB49102234-
CMYK0.790.5600.08
HSL222.81º81.5%55.49%-
HSV(B)222.81º79.06%91.76%-
XYZ20.8716.179.85-
YUV101.2202.9490.77-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.73%
GREEN value IS 102 (40.23% from 255) = 26.49%
BLUE value IS 234 (91.80% from 255) = 60.78%
R=12.73%
G=26.49%
B=60.78%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal491022340.790.5600.08222.8181.555.49
Hex3166EA4F3808df5137
Octal611463521177001033712167
Binary110001110011011101010100111111100001000110111111010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3166EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3166EA; }

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

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

<style>
 a { background-color: #3166EA; }

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

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

<style>
 span { border-color: #3166EA; }

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

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