#348485

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

Shades of Atoll #348485

Tints of Atoll #348485

Color information

#348485 (or 0x348485) is unknown color: approx Atoll. HEX triplet: 34, 84 and 85. RGB value is (52,132,133). Sum of RGB (Red+Green+Blue) = 52+132+133=317 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.40% from 317); Green value is 132 (51.95% from 255 or 41.64% from 317); Blue value is 133 (52.34% from 255 or 41.96% from 317); Max value from RGB is 133 - color contains mainly: blue. Hex color #348485 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348485 is #CB7B7A. Grayscale: #6C6C6C. Windows color (decimal): -13335419 or 8750132. OLE color: 8750132.

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

Color convert

RGB52132133-
CMYK0.610.0100.48
HSL180.74º43.78%36.27%-
HSV(B)180.74º60.9%52.16%-
XYZ13.918.9325.11-
YUV108.1914287.92-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.40%
GREEN value IS 132 (51.95% from 255) = 41.64%
BLUE value IS 133 (52.34% from 255) = 41.96%
R=16.40%
G=41.64%
B=41.96%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal521321330.610.0100.48180.7443.7836.27
Hex3484853D1030b52c24
Octal642042057510602655444
Binary11010010000100100001011111011011000010110101101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348485; }

 p { color: rgb(52,132,133); }

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

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

 a { background-color: rgb(52,132,133); }

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

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

 span { border-color: rgb(52,132,133); }

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