#3164DE

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

Shades of Royal Blue #3164DE

Tints of Royal Blue #3164DE

Color information

#3164DE (or 0x3164DE) is unknown color: approx Royal Blue. HEX triplet: 31, 64 and DE. RGB value is (49,100,222). Sum of RGB (Red+Green+Blue) = 49+100+222=371 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.21% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 222 (87.11% from 255 or 59.84% from 371); Max value from RGB is 222 - color contains mainly: blue. Hex color #3164DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3164DE is #CE9B21. Grayscale: #626262. Windows color (decimal): -13540130 or 14574641. OLE color: 14574641.

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

Color convert

RGB49100222-
CMYK0.780.5500.13
HSL222.31º72.38%53.14%-
HSV(B)222.31º77.93%87.06%-
XYZ19.0115.0471.01-
YUV98.66197.692.58-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 13.21%
GREEN value IS 100 (39.45% from 255) = 26.95%
BLUE value IS 222 (87.11% from 255) = 59.84%
R=13.21%
G=26.95%
B=59.84%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal491002220.780.5500.13222.3172.3853.14
Hex3164DE4E370Dde4835
Octal611443361166701533611065
Binary110001110010011011110100111011011101101110111101001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3164DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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