Html Css Color HEX #3162E4 Royal Blue

📋 copy color: '#3162E4'

red 49 ◦ green 98 ◦ blue 228

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

Shades of Royal Blue #3162E4

Tints of Royal Blue #3162E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 60.8%

R = 13.07%
G = 26.13%
B = 60.8%

CMYK

 C value IS 0.79

 M value IS 0.57

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#3162E4 (or 0x3162E4) is known color: Royal Blue. HEX triplet: 31, 62 and E4. RGB value is (49,98,228). Sum of RGB (Red+Green+Blue) = 49+98+228=375 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.07% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 228 (89.45% from 255 or 60.8% from 375); Max value from RGB is 228 - color contains mainly: blue. Hex color #3162E4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3162E4 is #CE9D1B. Grayscale: #616161. Windows color (decimal): -13540636 or 14967345. OLE color: 14967345.

HSL color Cylindrical-coordinate representation of color #3162E4: hue angle of 223.58º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3162E4 is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 49 98 228 -
CMYK 0.79 0.57 0 0.11
HSL 223.58º 0.77% 0.54% -
HSV(B) 223.58º 0.79% 0.89% -
XYZ 19.64 14.99 75.26 -
YUV 98.17 201.27 92.93 -
System Red Green Blue C M Y K H S L
Decimal 49 98 228 0.79 0.57 0 0.11 223.58 0.77 0.54
Hex 31 62 E4 4F 39 0 B E0 4D 36
Octal 61 142 344 117 71 0 13 340 115 66
Binary 110001 1100010 11100100 1001111 111001 0 1011 11100000 1001101 110110

Color Harmonies of #3162E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3162E4

Black with #3162E4

Text Example


Text Example

White with #3162E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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