#35777B

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

Shades of Atoll #35777B

Tints of Atoll #35777B

Color information

#35777B (or 0x35777B) is unknown color: approx Atoll. HEX triplet: 35, 77 and 7B. RGB value is (53,119,123). Sum of RGB (Red+Green+Blue) = 53+119+123=295 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.97% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 123 (48.44% from 255 or 41.69% from 295); Max value from RGB is 123 - color contains mainly: blue. Hex color #35777B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35777B is #CA8884. Grayscale: #636363. Windows color (decimal): -13273221 or 8091445. OLE color: 8091445.

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

Color convert

RGB53119123-
CMYK0.570.0300.52
HSL183.43º39.77%34.51%-
HSV(B)183.43º56.91%48.24%-
XYZ11.6415.3821.09-
YUV99.72141.1394.67-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.97%
GREEN value IS 119 (46.88% from 255) = 40.34%
BLUE value IS 123 (48.44% from 255) = 41.69%
R=17.97%
G=40.34%
B=41.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal531191230.570.0300.52183.4339.7734.51
Hex35777B393034b72823
Octal651671737130642675043
Binary1101011110111111101111100111011010010110111101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35777B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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