#357774

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

Shades of Atoll #357774

Tints of Atoll #357774

Color information

#357774 (or 0x357774) is unknown color: approx Atoll. HEX triplet: 35, 77 and 74. RGB value is (53,119,116). Sum of RGB (Red+Green+Blue) = 53+119+116=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 119 (46.88% from 255 or 41.32% from 288); Blue value is 116 (45.70% from 255 or 40.28% from 288); Max value from RGB is 119 - color contains mainly: green. Hex color #357774 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357774 is #CA888B. Grayscale: #626262. Windows color (decimal): -13273228 or 7632693. OLE color: 7632693.

HSL color Cylindrical-coordinate representation of color #357774: hue angle of 177.27º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #357774 is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.53.

Color convert

RGB53119116-
CMYK0.5500.030.53
HSL177.27º38.37%33.73%-
HSV(B)177.27º55.46%46.67%-
XYZ11.2215.2118.87-
YUV98.92137.6395.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.40%
GREEN value IS 119 (46.88% from 255) = 41.32%
BLUE value IS 116 (45.70% from 255) = 40.28%
R=18.40%
G=41.32%
B=40.28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal531191160.5500.030.53177.2738.3733.73
Hex357774370335b12622
Octal651671646703652614642
Binary1101011110111111010011011101111010110110001100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357774; }

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

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

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

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

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

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

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

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