Html Css Color HEX #3168DE Royal Blue

📋 copy color: '#3168DE'

red 49 ◦ green 104 ◦ blue 222

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

Shades of Royal Blue #3168DE

Tints of Royal Blue #3168DE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.73%

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

R = 13.07%
G = 27.73%
B = 59.2%

CMYK

 C value IS 0.78

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3168DE (or 0x3168DE) is known color: Royal Blue. HEX triplet: 31, 68 and DE. RGB value is (49,104,222). Sum of RGB (Red+Green+Blue) = 49+104+222=375 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.07% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 222 (87.11% from 255 or 59.2% from 375); Max value from RGB is 222 - color contains mainly: blue. Hex color #3168DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3168DE is #CE9721. Grayscale: #646464. Windows color (decimal): -13539106 or 14575665. OLE color: 14575665.

HSL color Cylindrical-coordinate representation of color #3168DE: hue angle of 220.92º 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 #3168DE is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 104 222 -
CMYK 0.78 0.53 0 0.13
HSL 220.92º 0.72% 0.53% -
HSV(B) 220.92º 0.78% 0.87% -
XYZ 19.4 15.83 71.14 -
YUV 101.01 196.28 90.91 -
System Red Green Blue C M Y K H S L
Decimal 49 104 222 0.78 0.53 0 0.13 220.92 0.72 0.53
Hex 31 68 DE 4E 35 0 D DD 48 35
Octal 61 150 336 116 65 0 15 335 110 65
Binary 110001 1101000 11011110 1001110 110101 0 1101 11011101 1001000 110101

Color Harmonies of #3168DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3168DE

Black with #3168DE

Text Example


Text Example

White with #3168DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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