Html Css Color HEX #3166DE Royal Blue

📋 copy color: '#3166DE'

red 49 ◦ green 102 ◦ blue 222

#3166DE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #3166DE

Tints of Royal Blue #3166DE

RGB

 RED value IS 49 (19.53% from 255) = 13.14%

 GREEN value IS 102 (40.23% from 255) = 27.35%

 BLUE value IS 222 (87.11% from 255) = 59.52%

R = 13.14%
G = 27.35%
B = 59.52%

CMYK

 C value IS 0.78

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3166DE (or 0x3166DE) is known color: Royal Blue. HEX triplet: 31, 66 and DE. RGB value is (49,102,222). Sum of RGB (Red+Green+Blue) = 49+102+222=373 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.14% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 222 (87.11% from 255 or 59.52% from 373); Max value from RGB is 222 - color contains mainly: blue. Hex color #3166DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3166DE is #CE9921. Grayscale: #636363. Windows color (decimal): -13539618 or 14575153. OLE color: 14575153.

HSL color Cylindrical-coordinate representation of color #3166DE: hue angle of 221.62º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3166DE is Cyan = 0.78, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 102 222 -
CMYK 0.78 0.54 0 0.13
HSL 221.62º 0.72% 0.53% -
HSV(B) 221.62º 0.78% 0.87% -
XYZ 19.2 15.43 71.07 -
YUV 99.83 196.94 91.74 -
System Red Green Blue C M Y K H S L
Decimal 49 102 222 0.78 0.54 0 0.13 221.62 0.72 0.53
Hex 31 66 DE 4E 36 0 D DE 48 35
Octal 61 146 336 116 66 0 15 336 110 65
Binary 110001 1100110 11011110 1001110 110110 0 1101 11011110 1001000 110101

Color Harmonies of #3166DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3166DE

Black with #3166DE

Text Example


Text Example

White with #3166DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3166DE;
 }
 .AnyTagClassName
 {
   color: #3166DE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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