#347A7C

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

Shades of Atoll #347A7C

Tints of Atoll #347A7C

Color information

#347A7C (or 0x347A7C) is unknown color: approx Atoll. HEX triplet: 34, 7A and 7C. RGB value is (52,122,124). Sum of RGB (Red+Green+Blue) = 52+122+124=298 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.45% from 298); Green value is 122 (48.05% from 255 or 40.94% from 298); Blue value is 124 (48.83% from 255 or 41.61% from 298); Max value from RGB is 124 - color contains mainly: blue. Hex color #347A7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347A7C is #CB8583. Grayscale: #656565. Windows color (decimal): -13337988 or 8157748. OLE color: 8157748.

HSL color Cylindrical-coordinate representation of color #347A7C: hue angle of 181.67º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #347A7C is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB52122124-
CMYK0.580.0200.51
HSL181.67º40.91%34.51%-
HSV(B)181.67º58.06%48.63%-
XYZ12.0116.121.54-
YUV101.3140.8192.84-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.45%
GREEN value IS 122 (48.05% from 255) = 40.94%
BLUE value IS 124 (48.83% from 255) = 41.61%
R=17.45%
G=40.94%
B=41.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal521221240.580.0200.51181.6740.9134.51
Hex347A7C3A2033b62923
Octal641721747220632665143
Binary1101001111010111110011101010011001110110110101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,122,124); }

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

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

 a { background-color: rgb(52,122,124); }

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

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

 span { border-color: rgb(52,122,124); }

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