#358084

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

Shades of Atoll #358084

Tints of Atoll #358084

Color information

#358084 (or 0x358084) is unknown color: approx Atoll. HEX triplet: 35, 80 and 84. RGB value is (53,128,132). Sum of RGB (Red+Green+Blue) = 53+128+132=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 132 (51.95% from 255 or 42.17% from 313); Max value from RGB is 132 - color contains mainly: blue. Hex color #358084 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358084 is #CA7F7B. Grayscale: #696969. Windows color (decimal): -13270908 or 8683573. OLE color: 8683573.

HSL color Cylindrical-coordinate representation of color #358084: hue angle of 183.04º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358084 is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB53128132-
CMYK0.600.0300.48
HSL183.04º42.7%36.27%-
HSV(B)183.04º59.85%51.76%-
XYZ13.3517.8624.57-
YUV106.03142.6590.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.93%
GREEN value IS 128 (50.39% from 255) = 40.89%
BLUE value IS 132 (51.95% from 255) = 42.17%
R=16.93%
G=40.89%
B=42.17%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal531281320.600.0300.48183.0442.736.27
Hex3580843C3030b72b24
Octal652002047430602675344
Binary110101100000001000010011110011011000010110111101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358084; }

 p { color: rgb(53,128,132); }

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

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

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

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

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

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

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