#347DAA

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

Shades of Curious Blue #347DAA

Tints of Curious Blue #347DAA

Color information

#347DAA (or 0x347DAA) is unknown color: approx Curious Blue. HEX triplet: 34, 7D and AA. RGB value is (52,125,170). Sum of RGB (Red+Green+Blue) = 52+125+170=347 (45% of max value = 765). Red value is 52 (20.70% from 255 or 14.99% from 347); Green value is 125 (49.22% from 255 or 36.02% from 347); Blue value is 170 (66.80% from 255 or 48.99% from 347); Max value from RGB is 170 - color contains mainly: blue. Hex color #347DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347DAA is #CB8255. Grayscale: #6C6C6C. Windows color (decimal): -13337174 or 11173172. OLE color: 11173172.

HSL color Cylindrical-coordinate representation of color #347DAA: hue angle of 202.88º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #347DAA is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB52125170-
CMYK0.690.2600.33
HSL202.88º53.15%43.53%-
HSV(B)202.88º69.41%66.67%-
XYZ16.0118.340.72-
YUV108.3162.8287.84-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.99%
GREEN value IS 125 (49.22% from 255) = 36.02%
BLUE value IS 170 (66.80% from 255) = 48.99%
R=14.99%
G=36.02%
B=48.99%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal521251700.690.2600.33202.8853.1543.53
Hex347DAA451A021cb352c
Octal64175252105320413136554
Binary110100111110110101010100010111010010000111001011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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