Html Css Color HEX #3162DF Royal Blue

📋 copy color: '#3162DF'

red 49 ◦ green 98 ◦ blue 223

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

Shades of Royal Blue #3162DF

Tints of Royal Blue #3162DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 60.27%

R = 13.24%
G = 26.49%
B = 60.27%

CMYK

 C value IS 0.78

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3162DF (or 0x3162DF) is known color: Royal Blue. HEX triplet: 31, 62 and DF. RGB value is (49,98,223). Sum of RGB (Red+Green+Blue) = 49+98+223=370 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.24% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 223 (87.5% from 255 or 60.27% from 370); Max value from RGB is 223 - color contains mainly: blue. Hex color #3162DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3162DF is #CE9D20. Grayscale: #616161. Windows color (decimal): -13540641 or 14639665. OLE color: 14639665.

HSL color Cylindrical-coordinate representation of color #3162DF: hue angle of 223.1º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3162DF is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 98 223 -
CMYK 0.78 0.56 0 0.13
HSL 223.1º 0.73% 0.53% -
HSV(B) 223.1º 0.78% 0.87% -
XYZ 18.95 14.72 71.65 -
YUV 97.6 198.77 93.34 -
System Red Green Blue C M Y K H S L
Decimal 49 98 223 0.78 0.56 0 0.13 223.1 0.73 0.53
Hex 31 62 DF 4E 38 0 D DF 49 35
Octal 61 142 337 116 70 0 15 337 111 65
Binary 110001 1100010 11011111 1001110 111000 0 1101 11011111 1001001 110101

Color Harmonies of #3162DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3162DF

Black with #3162DF

Text Example


Text Example

White with #3162DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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