#3164ee

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

Shades of Royal Blue #3164EE

Tints of Royal Blue #3164EE

Color information

#3164EE (or 0x3164EE) is unknown color: approx Royal Blue. HEX triplet: 31, 64 and EE. RGB value is (49,100,238). Sum of RGB (Red+Green+Blue) = 49+100+238=387 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.66% from 387); Green value is 100 (39.45% from 255 or 25.84% from 387); Blue value is 238 (93.36% from 255 or 61.50% from 387); Max value from RGB is 238 - color contains mainly: blue. Hex color #3164EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3164EE is #CE9B11. Grayscale: #636363. Windows color (decimal): -13540114 or 15623217. OLE color: 15623217.

HSL color Cylindrical-coordinate representation of color #3164EE: hue angle of 223.81º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3164EE is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB49100238-
CMYK0.790.5800.07
HSL223.81º84.75%56.27%-
HSV(B)223.81º79.41%93.33%-
XYZ21.2615.9482.85-
YUV100.48205.691.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.66%
GREEN value IS 100 (39.45% from 255) = 25.84%
BLUE value IS 238 (93.36% from 255) = 61.50%
R=12.66%
G=25.84%
B=61.50%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal491002380.790.5800.07223.8184.7556.27
Hex3164EE4F3A07e05538
Octal61144356117720734012570
Binary11000111001001110111010011111110100111111000001010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3164ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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