#3470FA

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

Shades of Royal Blue #3470FA

Tints of Royal Blue #3470FA

Color information

#3470FA (or 0x3470FA) is unknown color: approx Royal Blue. HEX triplet: 34, 70 and FA. RGB value is (52,112,250). Sum of RGB (Red+Green+Blue) = 52+112+250=414 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.56% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 250 (98.05% from 255 or 60.39% from 414); Max value from RGB is 250 - color contains mainly: blue. Hex color #3470FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3470FA is #CB8F05. Grayscale: #6D6D6D. Windows color (decimal): -13340422 or 16412724. OLE color: 16412724.

HSL color Cylindrical-coordinate representation of color #3470FA: hue angle of 221.82º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3470FA is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB52112250-
CMYK0.790.5500.02
HSL221.82º95.19%59.22%-
HSV(B)221.82º79.2%98.04%-
XYZ24.4719.2292.86-
YUV109.79207.1286.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.56%
GREEN value IS 112 (44.14% from 255) = 27.05%
BLUE value IS 250 (98.05% from 255) = 60.39%
R=12.56%
G=27.05%
B=60.39%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal521122500.790.5500.02221.8295.1959.22
Hex3470FA4F3702de5f3b
Octal64160372117670233613773
Binary1101001110000111110101001111110111010110111101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3470FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3470FA; }

 p { color: rgb(52,112,250); }

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

<style>
 a { background-color: #3470FA; }

 a { background-color: rgb(52,112,250); }

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

<style>
 span { border-color: #3470FA; }

 span { border-color: rgb(52,112,250); }

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