#358282

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

Shades of Atoll #358282

Tints of Atoll #358282

Color information

#358282 (or 0x358282) is unknown color: approx Atoll. HEX triplet: 35, 82 and 82. RGB value is (53,130,130). Sum of RGB (Red+Green+Blue) = 53+130+130=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 130 - color contains mainly: green, blue. Hex color #358282 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358282 is #CA7D7D. Grayscale: #6A6A6A. Windows color (decimal): -13270398 or 8553013. OLE color: 8553013.

HSL color Cylindrical-coordinate representation of color #358282: hue angle of 180º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #358282 is Cyan = 0.59, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB53130130-
CMYK0.59000.49
HSL180º42.08%35.88%-
HSV(B)180º59.23%50.98%-
XYZ13.4818.3323.95-
YUV106.98140.9989.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.93%
GREEN value IS 130 (51.17% from 255) = 41.53%
BLUE value IS 130 (51.17% from 255) = 41.53%
R=16.93%
G=41.53%
B=41.53%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal531301300.59000.4918042.0835.88
Hex3582823B0031b42a24
Octal652022027300612645244
Binary11010110000010100000101110110011000110110100101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358282; }

 p { color: rgb(53,130,130); }

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

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

 a { background-color: rgb(53,130,130); }

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

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

 span { border-color: rgb(53,130,130); }

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