#3162DE

Color #3162DE Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #3162DE

Tints of Royal Blue #3162DE

Color information

#3162DE (or 0x3162DE) is unknown color: approx Royal Blue. HEX triplet: 31, 62 and DE. RGB value is (49,98,222). Sum of RGB (Red+Green+Blue) = 49+98+222=369 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.28% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 222 (87.11% from 255 or 60.16% from 369); Max value from RGB is 222 - color contains mainly: blue. Hex color #3162DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3162DE is #CE9D21. Grayscale: #606060. Windows color (decimal): -13540642 or 14574129. OLE color: 14574129.

HSL color Cylindrical-coordinate representation of color #3162DE: hue angle of 223.01º degrees, saturation: 0.72, 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 #3162DE is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB4998222-
CMYK0.780.5600.13
HSL223.01º72.38%53.14%-
HSV(B)223.01º77.93%87.06%-
XYZ18.8214.6670.95-
YUV97.48198.2793.42-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.28%
GREEN value IS 98 (38.67% from 255) = 26.56%
BLUE value IS 222 (87.11% from 255) = 60.16%
R=13.28%
G=26.56%
B=60.16%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal49982220.780.5600.13223.0172.3853.14
Hex3162DE4E380Ddf4835
Octal611423361167001533711065
Binary110001110001011011110100111011100001101110111111001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3162DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3162DE;
 }
 .AnyTagClassName
 {
   color: #3162DE;
 }
</style>
background-color css

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

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

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

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

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

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