#3480E7

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

Shades of Royal Blue #3480E7

Tints of Royal Blue #3480E7

Color information

#3480E7 (or 0x3480E7) is unknown color: approx Royal Blue. HEX triplet: 34, 80 and E7. RGB value is (52,128,231). Sum of RGB (Red+Green+Blue) = 52+128+231=411 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.65% from 411); Green value is 128 (50.39% from 255 or 31.14% from 411); Blue value is 231 (90.62% from 255 or 56.20% from 411); Max value from RGB is 231 - color contains mainly: blue. Hex color #3480E7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3480E7 is #CB7F18. Grayscale: #747474. Windows color (decimal): -13336345 or 15171636. OLE color: 15171636.

HSL color Cylindrical-coordinate representation of color #3480E7: hue angle of 214.53º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3480E7 is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB52128231-
CMYK0.770.4500.09
HSL214.53º78.85%55.49%-
HSV(B)214.53º77.49%90.59%-
XYZ23.5621.9478.59-
YUV117.02192.3281.62-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.65%
GREEN value IS 128 (50.39% from 255) = 31.14%
BLUE value IS 231 (90.62% from 255) = 56.20%
R=12.65%
G=31.14%
B=56.20%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal521282310.770.4500.09214.5378.8555.49
Hex3480E74D2D09d74f37
Octal642003471155501132711767
Binary1101001000000011100111100110110110101001110101111001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3480E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3480E7; }

 p { color: rgb(52,128,231); }

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

<style>
 a { background-color: #3480E7; }

 a { background-color: rgb(52,128,231); }

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

<style>
 span { border-color: #3480E7; }

 span { border-color: rgb(52,128,231); }

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