#347DE3

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

Shades of Royal Blue #347DE3

Tints of Royal Blue #347DE3

Color information

#347DE3 (or 0x347DE3) is unknown color: approx Royal Blue. HEX triplet: 34, 7D and E3. RGB value is (52,125,227). Sum of RGB (Red+Green+Blue) = 52+125+227=404 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.87% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 227 (89.06% from 255 or 56.19% from 404); Max value from RGB is 227 - color contains mainly: blue. Hex color #347DE3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347DE3 is #CB821C. Grayscale: #727272. Windows color (decimal): -13337117 or 14908724. OLE color: 14908724.

HSL color Cylindrical-coordinate representation of color #347DE3: hue angle of 214.97º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #347DE3 is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB52125227-
CMYK0.770.4500.11
HSL214.97º75.76%54.71%-
HSV(B)214.97º77.09%89.02%-
XYZ22.6120.9475.52-
YUV114.8191.3283.21-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.87%
GREEN value IS 125 (49.22% from 255) = 30.94%
BLUE value IS 227 (89.06% from 255) = 56.19%
R=12.87%
G=30.94%
B=56.19%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal521252270.770.4500.11214.9775.7654.71
Hex347DE34D2D0Bd74c37
Octal641753431155501332711467
Binary110100111110111100011100110110110101011110101111001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,125,227); }

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

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

 a { background-color: rgb(52,125,227); }

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

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

 span { border-color: rgb(52,125,227); }

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