#3174E0

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

Shades of Royal Blue #3174E0

Tints of Royal Blue #3174E0

Color information

#3174E0 (or 0x3174E0) is unknown color: approx Royal Blue. HEX triplet: 31, 74 and E0. RGB value is (49,116,224). Sum of RGB (Red+Green+Blue) = 49+116+224=389 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.60% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 224 (87.89% from 255 or 57.58% from 389); Max value from RGB is 224 - color contains mainly: blue. Hex color #3174E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3174E0 is #CE8B1F. Grayscale: #6B6B6B. Windows color (decimal): -13536032 or 14709809. OLE color: 14709809.

HSL color Cylindrical-coordinate representation of color #3174E0: hue angle of 217.03º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3174E0 is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB49116224-
CMYK0.780.4800.12
HSL217.03º73.84%53.53%-
HSV(B)217.03º78.12%87.84%-
XYZ20.9718.5372.99-
YUV108.28193.385.72-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 12.60%
GREEN value IS 116 (45.70% from 255) = 29.82%
BLUE value IS 224 (87.89% from 255) = 57.58%
R=12.60%
G=29.82%
B=57.58%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal491162240.780.4800.12217.0373.8453.53
Hex3174E04E300Cd94a36
Octal611643401166001433111266
Binary110001111010011100000100111011000001100110110011001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3174E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3174E0; }

 p { color: rgb(49,116,224); }

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

<style>
 a { background-color: #3174E0; }

 a { background-color: rgb(49,116,224); }

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

<style>
 span { border-color: #3174E0; }

 span { border-color: rgb(49,116,224); }

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