Html Css Color HEX #3165DE Royal Blue

📋 copy color: '#3165DE'

red 49 ◦ green 101 ◦ blue 222

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

Shades of Royal Blue #3165DE

Tints of Royal Blue #3165DE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.15%

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

R = 13.17%
G = 27.15%
B = 59.68%

CMYK

 C value IS 0.78

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3165DE (or 0x3165DE) is known color: Royal Blue. HEX triplet: 31, 65 and DE. RGB value is (49,101,222). Sum of RGB (Red+Green+Blue) = 49+101+222=372 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.17% from 372); Green value is 101 (39.84% from 255 or 27.15% from 372); Blue value is 222 (87.11% from 255 or 59.68% from 372); Max value from RGB is 222 - color contains mainly: blue. Hex color #3165DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3165DE is #CE9A21. Grayscale: #626262. Windows color (decimal): -13539874 or 14574897. OLE color: 14574897.

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

Color convert

RGB 49 101 222 -
CMYK 0.78 0.55 0 0.13
HSL 221.97º 0.72% 0.53% -
HSV(B) 221.97º 0.78% 0.87% -
XYZ 19.11 15.23 71.04 -
YUV 99.25 197.27 92.16 -
System Red Green Blue C M Y K H S L
Decimal 49 101 222 0.78 0.55 0 0.13 221.97 0.72 0.53
Hex 31 65 DE 4E 37 0 D DE 48 35
Octal 61 145 336 116 67 0 15 336 110 65
Binary 110001 1100101 11011110 1001110 110111 0 1101 11011110 1001000 110101

Color Harmonies of #3165DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3165DE

Black with #3165DE

Text Example


Text Example

White with #3165DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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