Html Css Color HEX #3162D3 Royal Blue

📋 copy color: '#3162D3'

red 49 ◦ green 98 ◦ blue 211

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

Shades of Royal Blue #3162D3

Tints of Royal Blue #3162D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 58.94%

R = 13.69%
G = 27.37%
B = 58.94%

CMYK

 C value IS 0.77

 M value IS 0.54

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#3162D3 (or 0x3162D3) is known color: Royal Blue. HEX triplet: 31, 62 and D3. RGB value is (49,98,211). Sum of RGB (Red+Green+Blue) = 49+98+211=358 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.69% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 211 (82.81% from 255 or 58.94% from 358); Max value from RGB is 211 - color contains mainly: blue. Hex color #3162D3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3162D3 is #CE9D2C. Grayscale: #5F5F5F. Windows color (decimal): -13540653 or 13853233. OLE color: 13853233.

HSL color Cylindrical-coordinate representation of color #3162D3: hue angle of 221.85º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3162D3 is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 49 98 211 -
CMYK 0.77 0.54 0 0.17
HSL 221.85º 0.65% 0.51% -
HSV(B) 221.85º 0.77% 0.83% -
XYZ 17.39 14.09 63.43 -
YUV 96.23 192.77 94.31 -
System Red Green Blue C M Y K H S L
Decimal 49 98 211 0.77 0.54 0 0.17 221.85 0.65 0.51
Hex 31 62 D3 4D 36 0 11 DE 41 33
Octal 61 142 323 115 66 0 21 336 101 63
Binary 110001 1100010 11010011 1001101 110110 0 10001 11011110 1000001 110011

Color Harmonies of #3162D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3162D3

Black with #3162D3

Text Example


Text Example

White with #3162D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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