#35777A

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

Shades of Atoll #35777A

Tints of Atoll #35777A

Color information

#35777A (or 0x35777A) is unknown color: approx Atoll. HEX triplet: 35, 77 and 7A. RGB value is (53,119,122). Sum of RGB (Red+Green+Blue) = 53+119+122=294 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.03% from 294); Green value is 119 (46.88% from 255 or 40.48% from 294); Blue value is 122 (48.05% from 255 or 41.50% from 294); Max value from RGB is 122 - color contains mainly: blue. Hex color #35777A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35777A is #CA8885. Grayscale: #636363. Windows color (decimal): -13273222 or 8025909. OLE color: 8025909.

HSL color Cylindrical-coordinate representation of color #35777A: hue angle of 182.61º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #35777A is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB53119122-
CMYK0.570.0200.52
HSL182.61º39.43%34.31%-
HSV(B)182.61º56.56%47.84%-
XYZ11.5815.3620.77-
YUV99.61140.6394.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.03%
GREEN value IS 119 (46.88% from 255) = 40.48%
BLUE value IS 122 (48.05% from 255) = 41.50%
R=18.03%
G=40.48%
B=41.50%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal531191220.570.0200.52182.6139.4334.31
Hex35777A392034b72722
Octal651671727120642674742
Binary1101011110111111101011100110011010010110111100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35777A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35777A; }

 p { color: rgb(53,119,122); }

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

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

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

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

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

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

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