#35847F

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

Shades of Atoll #35847F

Tints of Atoll #35847F

Color information

#35847F (or 0x35847F) is unknown color: approx Atoll. HEX triplet: 35, 84 and 7F. RGB value is (53,132,127). Sum of RGB (Red+Green+Blue) = 53+132+127=312 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.99% from 312); Green value is 132 (51.95% from 255 or 42.31% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 132 - color contains mainly: green. Hex color #35847F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35847F is #CA7B80. Grayscale: #6B6B6B. Windows color (decimal): -13269889 or 8356917. OLE color: 8356917.

HSL color Cylindrical-coordinate representation of color #35847F: hue angle of 176.2º 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 #35847F is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB53132127-
CMYK0.6000.040.48
HSL176.2º42.7%36.27%-
HSV(B)176.2º59.85%51.76%-
XYZ13.5518.7922.99-
YUV107.81138.8388.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.99%
GREEN value IS 132 (51.95% from 255) = 42.31%
BLUE value IS 127 (50% from 255) = 40.71%
R=16.99%
G=42.31%
B=40.71%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal531321270.6000.040.48176.242.736.27
Hex35847F3C0430b02b24
Octal652041777404602605344
Binary110101100001001111111111100010011000010110000101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35847F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35847F; }

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

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

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

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

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

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

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

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