#358182

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

Shades of Atoll #358182

Tints of Atoll #358182

Color information

#358182 (or 0x358182) is unknown color: approx Atoll. HEX triplet: 35, 81 and 82. RGB value is (53,129,130). Sum of RGB (Red+Green+Blue) = 53+129+130=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 130 (51.17% from 255 or 41.67% from 312); Max value from RGB is 130 - color contains mainly: blue. Hex color #358182 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358182 is #CA7E7D. Grayscale: #6A6A6A. Windows color (decimal): -13270654 or 8552757. OLE color: 8552757.

HSL color Cylindrical-coordinate representation of color #358182: hue angle of 180.78º 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 #358182 is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB53129130-
CMYK0.590.0100.49
HSL180.78º42.08%35.88%-
HSV(B)180.78º59.23%50.98%-
XYZ13.3518.0723.9-
YUV106.39141.3289.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.99%
GREEN value IS 129 (50.78% from 255) = 41.35%
BLUE value IS 130 (51.17% from 255) = 41.67%
R=16.99%
G=41.35%
B=41.67%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal531291300.590.0100.49180.7842.0835.88
Hex3581823B1031b52a24
Octal652012027310612655244
Binary11010110000001100000101110111011000110110101101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358182; }

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

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

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

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

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

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

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

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