#347BE7

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

Shades of Royal Blue #347BE7

Tints of Royal Blue #347BE7

Color information

#347BE7 (or 0x347BE7) is unknown color: approx Royal Blue. HEX triplet: 34, 7B and E7. RGB value is (52,123,231). Sum of RGB (Red+Green+Blue) = 52+123+231=406 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.81% from 406); Green value is 123 (48.44% from 255 or 30.30% from 406); Blue value is 231 (90.62% from 255 or 56.90% from 406); Max value from RGB is 231 - color contains mainly: blue. Hex color #347BE7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #347BE7 is #CB8418. Grayscale: #717171. Windows color (decimal): -13337625 or 15170356. OLE color: 15170356.

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

Color convert

RGB52123231-
CMYK0.770.4700.09
HSL216.2º78.85%55.49%-
HSV(B)216.2º77.49%90.59%-
XYZ22.9220.6778.38-
YUV114.08193.9883.72-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.81%
GREEN value IS 123 (48.44% from 255) = 30.30%
BLUE value IS 231 (90.62% from 255) = 56.90%
R=12.81%
G=30.30%
B=56.90%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal521232310.770.4700.09216.278.8555.49
Hex347BE74D2F09d84f37
Octal641733471155701133011767
Binary110100111101111100111100110110111101001110110001001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347BE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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