#35777C

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

Shades of Atoll #35777C

Tints of Atoll #35777C

Color information

#35777C (or 0x35777C) is unknown color: approx Atoll. HEX triplet: 35, 77 and 7C. RGB value is (53,119,124). Sum of RGB (Red+Green+Blue) = 53+119+124=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 119 (46.88% from 255 or 40.20% from 296); Blue value is 124 (48.83% from 255 or 41.89% from 296); Max value from RGB is 124 - color contains mainly: blue. Hex color #35777C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35777C is #CA8883. Grayscale: #636363. Windows color (decimal): -13273220 or 8156981. OLE color: 8156981.

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

Color convert

RGB53119124-
CMYK0.570.0400.51
HSL184.23º40.11%34.71%-
HSV(B)184.23º57.26%48.63%-
XYZ11.715.4121.43-
YUV99.84141.6394.59-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.91%
GREEN value IS 119 (46.88% from 255) = 40.20%
BLUE value IS 124 (48.83% from 255) = 41.89%
R=17.91%
G=40.20%
B=41.89%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal531191240.570.0400.51184.2340.1134.71
Hex35777C394033b82823
Octal651671747140632705043
Binary11010111101111111100111001100011001110111000101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35777C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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