#3470FF

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

Shades of Royal Blue #3470FF

Tints of Royal Blue #3470FF

Color information

#3470FF (or 0x3470FF) is unknown color: approx Royal Blue. HEX triplet: 34, 70 and FF. RGB value is (52,112,255). Sum of RGB (Red+Green+Blue) = 52+112+255=419 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.41% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 255 (100% from 255 or 60.86% from 419); Max value from RGB is 255 - color contains mainly: blue. Hex color #3470FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3470FF is #CB8F00. Grayscale: #6D6D6D. Windows color (decimal): -13340417 or 16740404. OLE color: 16740404.

HSL color Cylindrical-coordinate representation of color #3470FF: hue angle of 222.27º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3470FF is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB52112255-
CMYK0.800.5600
HSL222.27º100%60.2%-
HSV(B)222.27º79.61%100%-
XYZ25.2619.5497.05-
YUV110.36209.6286.37-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.41%
GREEN value IS 112 (44.14% from 255) = 26.73%
BLUE value IS 255 (100% from 255) = 60.86%
R=12.41%
G=26.73%
B=60.86%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal521122550.800.5600222.2710060.2
Hex3470FF503800de643c
Octal64160377120700033614474
Binary110100111000011111111101000011100000110111101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3470FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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