#347478

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

Shades of Atoll #347478

Tints of Atoll #347478

Color information

#347478 (or 0x347478) is unknown color: approx Atoll. HEX triplet: 34, 74 and 78. RGB value is (52,116,120). Sum of RGB (Red+Green+Blue) = 52+116+120=288 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.06% from 288); Green value is 116 (45.70% from 255 or 40.28% from 288); Blue value is 120 (47.27% from 255 or 41.67% from 288); Max value from RGB is 120 - color contains mainly: blue. Hex color #347478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347478 is #CB8B87. Grayscale: #616161. Windows color (decimal): -13339528 or 7894068. OLE color: 7894068.

HSL color Cylindrical-coordinate representation of color #347478: hue angle of 183.53º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #347478 is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB52116120-
CMYK0.570.0300.53
HSL183.53º39.53%33.73%-
HSV(B)183.53º56.67%47.06%-
XYZ11.0514.5820-
YUV97.32140.895.67-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.06%
GREEN value IS 116 (45.70% from 255) = 40.28%
BLUE value IS 120 (47.27% from 255) = 41.67%
R=18.06%
G=40.28%
B=41.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal521161200.570.0300.53183.5339.5333.73
Hex347478393035b82822
Octal641641707130652705042
Binary1101001110100111100011100111011010110111000101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347478; }

 p { color: rgb(52,116,120); }

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

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

 a { background-color: rgb(52,116,120); }

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

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

 span { border-color: rgb(52,116,120); }

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