#35787E

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

Shades of Atoll #35787E

Tints of Atoll #35787E

Color information

#35787E (or 0x35787E) is unknown color: approx Atoll. HEX triplet: 35, 78 and 7E. RGB value is (53,120,126). Sum of RGB (Red+Green+Blue) = 53+120+126=299 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.73% from 299); Green value is 120 (47.27% from 255 or 40.13% from 299); Blue value is 126 (49.61% from 255 or 42.14% from 299); Max value from RGB is 126 - color contains mainly: blue. Hex color #35787E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35787E is #CA8781. Grayscale: #646464. Windows color (decimal): -13272962 or 8288309. OLE color: 8288309.

HSL color Cylindrical-coordinate representation of color #35787E: hue angle of 184.93º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #35787E is Cyan = 0.58, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB53120126-
CMYK0.580.0500.51
HSL184.93º40.78%35.1%-
HSV(B)184.93º57.94%49.41%-
XYZ11.9515.722.14-
YUV100.65142.394.01-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.73%
GREEN value IS 120 (47.27% from 255) = 40.13%
BLUE value IS 126 (49.61% from 255) = 42.14%
R=17.73%
G=40.13%
B=42.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal531201260.580.0500.51184.9340.7835.1
Hex35787E3A5033b92923
Octal651701767250632715143
Binary11010111110001111110111010101011001110111001101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35787E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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