#3175F3

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

Shades of Royal Blue #3175F3

Tints of Royal Blue #3175F3

Color information

#3175F3 (or 0x3175F3) is unknown color: approx Royal Blue. HEX triplet: 31, 75 and F3. RGB value is (49,117,243). Sum of RGB (Red+Green+Blue) = 49+117+243=409 (54% of max value = 765). Red value is 49 (19.53% from 255 or 11.98% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 243 (95.31% from 255 or 59.41% from 409); Max value from RGB is 243 - color contains mainly: blue. Hex color #3175F3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3175F3 is #CE8A0C. Grayscale: #6E6E6E. Windows color (decimal): -13535757 or 15955249. OLE color: 15955249.

HSL color Cylindrical-coordinate representation of color #3175F3: hue angle of 218.97º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3175F3 is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB49117243-
CMYK0.800.5200.05
HSL218.97º88.99%57.25%-
HSV(B)218.97º79.84%95.29%-
XYZ23.8119.8587.37-
YUV111.03202.4783.75-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.98%
GREEN value IS 117 (46.09% from 255) = 28.61%
BLUE value IS 243 (95.31% from 255) = 59.41%
R=11.98%
G=28.61%
B=59.41%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal491172430.800.5200.05218.9788.9957.25
Hex3175F3503405db5939
Octal61165363120640533313171
Binary11000111101011111001110100001101000101110110111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3175F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3175F3; }

 p { color: rgb(49,117,243); }

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

<style>
 a { background-color: #3175F3; }

 a { background-color: rgb(49,117,243); }

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

<style>
 span { border-color: #3175F3; }

 span { border-color: rgb(49,117,243); }

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