#347EED

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

Shades of Royal Blue #347EED

Tints of Royal Blue #347EED

Color information

#347EED (or 0x347EED) is unknown color: approx Royal Blue. HEX triplet: 34, 7E and ED. RGB value is (52,126,237). Sum of RGB (Red+Green+Blue) = 52+126+237=415 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.53% from 415); Green value is 126 (49.61% from 255 or 30.36% from 415); Blue value is 237 (92.97% from 255 or 57.11% from 415); Max value from RGB is 237 - color contains mainly: blue. Hex color #347EED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #347EED is #CB8112. Grayscale: #747474. Windows color (decimal): -13336851 or 15564340. OLE color: 15564340.

HSL color Cylindrical-coordinate representation of color #347EED: hue angle of 216º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #347EED is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB52126237-
CMYK0.780.4700.07
HSL216º83.71%56.67%-
HSV(B)216º78.06%92.94%-
XYZ24.1621.7783.05-
YUV116.53195.9881.97-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.53%
GREEN value IS 126 (49.61% from 255) = 30.36%
BLUE value IS 237 (92.97% from 255) = 57.11%
R=12.53%
G=30.36%
B=57.11%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal521262370.780.4700.0721683.7156.67
Hex347EED4E2F07d85439
Octal64176355116570733012471
Binary11010011111101110110110011101011110111110110001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347EED; }

 p { color: rgb(52,126,237); }

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

<style>
 a { background-color: #347EED; }

 a { background-color: rgb(52,126,237); }

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

<style>
 span { border-color: #347EED; }

 span { border-color: rgb(52,126,237); }

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