#347EAB

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

Shades of Curious Blue #347EAB

Tints of Curious Blue #347EAB

Color information

#347EAB (or 0x347EAB) is unknown color: approx Curious Blue. HEX triplet: 34, 7E and AB. RGB value is (52,126,171). Sum of RGB (Red+Green+Blue) = 52+126+171=349 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.90% from 349); Green value is 126 (49.61% from 255 or 36.10% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #347EAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347EAB is #CB8154. Grayscale: #6C6C6C. Windows color (decimal): -13336917 or 11238964. OLE color: 11238964.

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

Color convert

RGB52126171-
CMYK0.700.2600.33
HSL202.69º53.36%43.73%-
HSV(B)202.69º69.59%67.06%-
XYZ16.2318.5941.26-
YUV109162.9887.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.90%
GREEN value IS 126 (49.61% from 255) = 36.10%
BLUE value IS 171 (67.19% from 255) = 49.00%
R=14.90%
G=36.10%
B=49.00%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal521261710.700.2600.33202.6953.3643.73
Hex347EAB461A021cb352c
Octal64176253106320413136554
Binary110100111111010101011100011011010010000111001011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,126,171); }

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

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

 a { background-color: rgb(52,126,171); }

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

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

 span { border-color: rgb(52,126,171); }

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