#347FE1

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

Shades of Royal Blue #347FE1

Tints of Royal Blue #347FE1

Color information

#347FE1 (or 0x347FE1) is unknown color: approx Royal Blue. HEX triplet: 34, 7F and E1. RGB value is (52,127,225). Sum of RGB (Red+Green+Blue) = 52+127+225=404 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.87% from 404); Green value is 127 (50% from 255 or 31.44% from 404); Blue value is 225 (88.28% from 255 or 55.69% from 404); Max value from RGB is 225 - color contains mainly: blue. Hex color #347FE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347FE1 is #CB801E. Grayscale: #737373. Windows color (decimal): -13336607 or 14778164. OLE color: 14778164.

HSL color Cylindrical-coordinate representation of color #347FE1: hue angle of 213.99º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #347FE1 is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB52127225-
CMYK0.770.4400.12
HSL213.99º74.25%54.31%-
HSV(B)213.99º76.89%88.24%-
XYZ22.621.3574.16-
YUV115.75189.6582.53-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.87%
GREEN value IS 127 (50% from 255) = 31.44%
BLUE value IS 225 (88.28% from 255) = 55.69%
R=12.87%
G=31.44%
B=55.69%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal521272250.770.4400.12213.9974.2554.31
Hex347FE14D2C0Cd64a36
Octal641773411155401432611266
Binary110100111111111100001100110110110001100110101101001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,127,225); }

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

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

 a { background-color: rgb(52,127,225); }

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

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

 span { border-color: rgb(52,127,225); }

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