#347DE0

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

Shades of Royal Blue #347DE0

Tints of Royal Blue #347DE0

Color information

#347DE0 (or 0x347DE0) is unknown color: approx Royal Blue. HEX triplet: 34, 7D and E0. RGB value is (52,125,224). Sum of RGB (Red+Green+Blue) = 52+125+224=401 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.97% from 401); Green value is 125 (49.22% from 255 or 31.17% from 401); Blue value is 224 (87.89% from 255 or 55.86% from 401); Max value from RGB is 224 - color contains mainly: blue. Hex color #347DE0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347DE0 is #CB821F. Grayscale: #717171. Windows color (decimal): -13337120 or 14712116. OLE color: 14712116.

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

Color convert

RGB52125224-
CMYK0.770.4400.12
HSL214.53º73.5%54.12%-
HSV(B)214.53º76.79%87.84%-
XYZ22.220.7873.36-
YUV114.46189.8283.45-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 12.97%
GREEN value IS 125 (49.22% from 255) = 31.17%
BLUE value IS 224 (87.89% from 255) = 55.86%
R=12.97%
G=31.17%
B=55.86%

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
Decimal521252240.770.4400.12214.5373.554.12
Hex347DE04D2C0Cd74a36
Octal641753401155401432711266
Binary110100111110111100000100110110110001100110101111001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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