Html Css Color HEX #3162DB Royal Blue

📋 copy color: '#3162DB'

red 49 ◦ green 98 ◦ blue 219

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

Shades of Royal Blue #3162DB

Tints of Royal Blue #3162DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 59.84%

R = 13.39%
G = 26.78%
B = 59.84%

CMYK

 C value IS 0.78

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3162DB (or 0x3162DB) is known color: Royal Blue. HEX triplet: 31, 62 and DB. RGB value is (49,98,219). Sum of RGB (Red+Green+Blue) = 49+98+219=366 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.39% from 366); Green value is 98 (38.67% from 255 or 26.78% from 366); Blue value is 219 (85.94% from 255 or 59.84% from 366); Max value from RGB is 219 - color contains mainly: blue. Hex color #3162DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3162DB is #CE9D24. Grayscale: #606060. Windows color (decimal): -13540645 or 14377521. OLE color: 14377521.

HSL color Cylindrical-coordinate representation of color #3162DB: hue angle of 222.71º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3162DB is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 98 219 -
CMYK 0.78 0.55 0 0.14
HSL 222.71º 0.7% 0.53% -
HSV(B) 222.71º 0.78% 0.86% -
XYZ 18.42 14.5 68.85 -
YUV 97.14 196.77 93.66 -
System Red Green Blue C M Y K H S L
Decimal 49 98 219 0.78 0.55 0 0.14 222.71 0.7 0.53
Hex 31 62 DB 4E 37 0 E DF 46 35
Octal 61 142 333 116 67 0 16 337 106 65
Binary 110001 1100010 11011011 1001110 110111 0 1110 11011111 1000110 110101

Color Harmonies of #3162DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3162DB

Black with #3162DB

Text Example


Text Example

White with #3162DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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