#347DDC

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

Shades of Royal Blue #347DDC

Tints of Royal Blue #347DDC

Color information

#347DDC (or 0x347DDC) is unknown color: approx Royal Blue. HEX triplet: 34, 7D and DC. RGB value is (52,125,220). Sum of RGB (Red+Green+Blue) = 52+125+220=397 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.10% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #347DDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #347DDC is #CB8223. Grayscale: #717171. Windows color (decimal): -13337124 or 14449972. OLE color: 14449972.

HSL color Cylindrical-coordinate representation of color #347DDC: hue angle of 213.93º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #347DDC is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB52125220-
CMYK0.760.4300.14
HSL213.93º70.59%53.33%-
HSV(B)213.93º76.36%86.27%-
XYZ21.6720.5670.54-
YUV114187.8283.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.10%
GREEN value IS 125 (49.22% from 255) = 31.49%
BLUE value IS 220 (86.33% from 255) = 55.42%
R=13.10%
G=31.49%
B=55.42%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal521252200.760.4300.14213.9370.5953.33
Hex347DDC4C2B0Ed64735
Octal641753341145301632610765
Binary110100111110111011100100110010101101110110101101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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