#35797C

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

Shades of Atoll #35797C

Tints of Atoll #35797C

Color information

#35797C (or 0x35797C) is unknown color: approx Atoll. HEX triplet: 35, 79 and 7C. RGB value is (53,121,124). Sum of RGB (Red+Green+Blue) = 53+121+124=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 121 (47.66% from 255 or 40.60% from 298); Blue value is 124 (48.83% from 255 or 41.61% from 298); Max value from RGB is 124 - color contains mainly: blue. Hex color #35797C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35797C is #CA8683. Grayscale: #646464. Windows color (decimal): -13272708 or 8157493. OLE color: 8157493.

HSL color Cylindrical-coordinate representation of color #35797C: hue angle of 182.54º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #35797C is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB53121124-
CMYK0.570.0200.51
HSL182.54º40.11%34.71%-
HSV(B)182.54º57.26%48.63%-
XYZ11.9415.8921.51-
YUV101.01140.9793.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.79%
GREEN value IS 121 (47.66% from 255) = 40.60%
BLUE value IS 124 (48.83% from 255) = 41.61%
R=17.79%
G=40.60%
B=41.61%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal531211240.570.0200.51182.5440.1134.71
Hex35797C392033b72823
Octal651711747120632675043
Binary1101011111001111110011100110011001110110111101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35797C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35797C; }

 p { color: rgb(53,121,124); }

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

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

 a { background-color: rgb(53,121,124); }

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

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

 span { border-color: rgb(53,121,124); }

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