Html Css Color HEX #3162EB Royal Blue

📋 copy color: '#3162EB'

red 49 ◦ green 98 ◦ blue 235

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

Shades of Royal Blue #3162EB

Tints of Royal Blue #3162EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 61.52%

R = 12.83%
G = 25.65%
B = 61.52%

CMYK

 C value IS 0.79

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3162EB (or 0x3162EB) is known color: Royal Blue. HEX triplet: 31, 62 and EB. RGB value is (49,98,235). Sum of RGB (Red+Green+Blue) = 49+98+235=382 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.83% from 382); Green value is 98 (38.67% from 255 or 25.65% from 382); Blue value is 235 (92.19% from 255 or 61.52% from 382); Max value from RGB is 235 - color contains mainly: blue. Hex color #3162EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3162EB is #CE9D14. Grayscale: #626262. Windows color (decimal): -13540629 or 15426097. OLE color: 15426097.

HSL color Cylindrical-coordinate representation of color #3162EB: hue angle of 224.19º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3162EB is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 49 98 235 -
CMYK 0.79 0.58 0 0.08
HSL 224.19º 0.82% 0.56% -
HSV(B) 224.19º 0.79% 0.92% -
XYZ 20.63 15.39 80.48 -
YUV 98.97 204.77 92.36 -
System Red Green Blue C M Y K H S L
Decimal 49 98 235 0.79 0.58 0 0.08 224.19 0.82 0.56
Hex 31 62 EB 4F 3A 0 8 E0 52 38
Octal 61 142 353 117 72 0 10 340 122 70
Binary 110001 1100010 11101011 1001111 111010 0 1000 11100000 1010010 111000

Color Harmonies of #3162EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3162EB

Black with #3162EB

Text Example


Text Example

White with #3162EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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