#348680

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

Shades of Atoll #348680

Tints of Atoll #348680

Color information

#348680 (or 0x348680) is unknown color: approx Atoll. HEX triplet: 34, 86 and 80. RGB value is (52,134,128). Sum of RGB (Red+Green+Blue) = 52+134+128=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 134 (52.73% from 255 or 42.68% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 134 - color contains mainly: green. Hex color #348680 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348680 is #CB797F. Grayscale: #6C6C6C. Windows color (decimal): -13334912 or 8422964. OLE color: 8422964.

HSL color Cylindrical-coordinate representation of color #348680: hue angle of 175.61º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #348680 is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB52134128-
CMYK0.6100.040.47
HSL175.61º44.09%36.47%-
HSV(B)175.61º61.19%52.55%-
XYZ13.8419.3423.43-
YUV108.8138.8387.49-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.56%
GREEN value IS 134 (52.73% from 255) = 42.68%
BLUE value IS 128 (50.39% from 255) = 40.76%
R=16.56%
G=42.68%
B=40.76%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal521341280.6100.040.47175.6144.0936.47
Hex3486803D042Fb02c24
Octal642062007504572605444
Binary1101001000011010000000111101010010111110110000101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348680; }

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

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

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

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

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

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

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

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