#347680

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

Shades of Atoll #347680

Tints of Atoll #347680

Color information

#347680 (or 0x347680) is unknown color: approx Atoll. HEX triplet: 34, 76 and 80. RGB value is (52,118,128). Sum of RGB (Red+Green+Blue) = 52+118+128=298 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.45% from 298); Green value is 118 (46.48% from 255 or 39.60% from 298); Blue value is 128 (50.39% from 255 or 42.95% from 298); Max value from RGB is 128 - color contains mainly: blue. Hex color #347680 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347680 is #CB897F. Grayscale: #636363. Windows color (decimal): -13339008 or 8418868. OLE color: 8418868.

HSL color Cylindrical-coordinate representation of color #347680: hue angle of 187.89º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #347680 is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB52118128-
CMYK0.590.0800.50
HSL187.89º42.22%35.29%-
HSV(B)187.89º59.38%50.2%-
XYZ11.7915.2522.74-
YUV99.41144.1394.19-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.45%
GREEN value IS 118 (46.48% from 255) = 39.60%
BLUE value IS 128 (50.39% from 255) = 42.95%
R=17.45%
G=39.60%
B=42.95%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal521181280.590.0800.50187.8942.2235.29
Hex3476803B8032bc2a23
Octal6416620073100622745243
Binary1101001110110100000001110111000011001010111100101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #347680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #347680; }

 p { color: rgb(52,118,128); }

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

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

 a { background-color: rgb(52,118,128); }

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

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

 span { border-color: rgb(52,118,128); }

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