Html Css Color HEX #3162E5 Royal Blue

📋 copy color: '#3162E5'

red 49 ◦ green 98 ◦ blue 229

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

Shades of Royal Blue #3162E5

Tints of Royal Blue #3162E5

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.06%

 BLUE value IS 229 (89.84% from 255) = 60.9%

R = 13.03%
G = 26.06%
B = 60.9%

CMYK

 C value IS 0.79

 M value IS 0.57

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#3162E5 (or 0x3162E5) is known color: Royal Blue. HEX triplet: 31, 62 and E5. RGB value is (49,98,229). Sum of RGB (Red+Green+Blue) = 49+98+229=376 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.03% from 376); Green value is 98 (38.67% from 255 or 26.06% from 376); Blue value is 229 (89.84% from 255 or 60.90% from 376); Max value from RGB is 229 - color contains mainly: blue. Hex color #3162E5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3162E5 is #CE9D1A. Grayscale: #616161. Windows color (decimal): -13540635 or 15032881. OLE color: 15032881.

HSL color Cylindrical-coordinate representation of color #3162E5: hue angle of 223.67º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3162E5 is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 49 98 229 -
CMYK 0.79 0.57 0 0.10
HSL 223.67º 0.78% 0.55% -
HSV(B) 223.67º 0.79% 0.9% -
XYZ 19.78 15.05 75.99 -
YUV 98.28 201.77 92.85 -
System Red Green Blue C M Y K H S L
Decimal 49 98 229 0.79 0.57 0 0.10 223.67 0.78 0.55
Hex 31 62 E5 4F 39 0 A E0 4E 37
Octal 61 142 345 117 71 0 12 340 116 67
Binary 110001 1100010 11100101 1001111 111001 0 1010 11100000 1001110 110111

Color Harmonies of #3162E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3162E5

Black with #3162E5

Text Example


Text Example

White with #3162E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3162E5; }

 p { color: rgb(49,98,229); }

 H1.HeaderClassName
 {
   color: #3162E5;
 }
 .AnyTagClassName
 {
   color: #3162E5;
 }
</style>

background-color css

<style>
 a { background-color: #3162E5; }

 a { background-color: rgb(49,98,229); }

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

border-color css

<style>
 span { border-color: #3162E5; }

 span { border-color: rgb(49,98,229); }

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