#35787C

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

Shades of Atoll #35787C

Tints of Atoll #35787C

Color information

#35787C (or 0x35787C) is unknown color: approx Atoll. HEX triplet: 35, 78 and 7C. RGB value is (53,120,124). Sum of RGB (Red+Green+Blue) = 53+120+124=297 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.85% from 297); Green value is 120 (47.27% from 255 or 40.40% from 297); Blue value is 124 (48.83% from 255 or 41.75% from 297); Max value from RGB is 124 - color contains mainly: blue. Hex color #35787C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35787C is #CA8783. Grayscale: #646464. Windows color (decimal): -13272964 or 8157237. OLE color: 8157237.

HSL color Cylindrical-coordinate representation of color #35787C: hue angle of 183.38º 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 #35787C is Cyan = 0.57, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB53120124-
CMYK0.570.0300.51
HSL183.38º40.11%34.71%-
HSV(B)183.38º57.26%48.63%-
XYZ11.8215.6521.47-
YUV100.42141.394.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.85%
GREEN value IS 120 (47.27% from 255) = 40.40%
BLUE value IS 124 (48.83% from 255) = 41.75%
R=17.85%
G=40.40%
B=41.75%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal531201240.570.0300.51183.3840.1134.71
Hex35787C393033b72823
Octal651701747130632675043
Binary1101011111000111110011100111011001110110111101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35787C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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