#3479E7

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

Shades of Royal Blue #3479E7

Tints of Royal Blue #3479E7

Color information

#3479E7 (or 0x3479E7) is unknown color: approx Royal Blue. HEX triplet: 34, 79 and E7. RGB value is (52,121,231). Sum of RGB (Red+Green+Blue) = 52+121+231=404 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.87% from 404); Green value is 121 (47.66% from 255 or 29.95% from 404); Blue value is 231 (90.62% from 255 or 57.18% from 404); Max value from RGB is 231 - color contains mainly: blue. Hex color #3479E7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3479E7 is #CB8618. Grayscale: #707070. Windows color (decimal): -13338137 or 15169844. OLE color: 15169844.

HSL color Cylindrical-coordinate representation of color #3479E7: hue angle of 216.87º 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 #3479E7 is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB52121231-
CMYK0.770.4800.09
HSL216.87º78.85%55.49%-
HSV(B)216.87º77.49%90.59%-
XYZ22.6820.1778.3-
YUV112.91194.6484.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.87%
GREEN value IS 121 (47.66% from 255) = 29.95%
BLUE value IS 231 (90.62% from 255) = 57.18%
R=12.87%
G=29.95%
B=57.18%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal521212310.770.4800.09216.8778.8555.49
Hex3479E74D3009d94f37
Octal641713471156001133111767
Binary110100111100111100111100110111000001001110110011001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3479E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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