#357C7F

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

Shades of Atoll #357C7F

Tints of Atoll #357C7F

Color information

#357C7F (or 0x357C7F) is unknown color: approx Atoll. HEX triplet: 35, 7C and 7F. RGB value is (53,124,127). Sum of RGB (Red+Green+Blue) = 53+124+127=304 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.43% from 304); Green value is 124 (48.83% from 255 or 40.79% from 304); Blue value is 127 (50% from 255 or 41.78% from 304); Max value from RGB is 127 - color contains mainly: blue. Hex color #357C7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357C7F is #CA8380. Grayscale: #676767. Windows color (decimal): -13271937 or 8354869. OLE color: 8354869.

HSL color Cylindrical-coordinate representation of color #357C7F: hue angle of 182.43º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #357C7F is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB53124127-
CMYK0.580.0200.50
HSL182.43º41.11%35.29%-
HSV(B)182.43º58.27%49.8%-
XYZ12.5116.722.64-
YUV103.11141.4892.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.43%
GREEN value IS 124 (48.83% from 255) = 40.79%
BLUE value IS 127 (50% from 255) = 41.78%
R=17.43%
G=40.79%
B=41.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal531241270.580.0200.50182.4341.1135.29
Hex357C7F3A2032b62923
Octal651741777220622665143
Binary1101011111100111111111101010011001010110110101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357C7F; }

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

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

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

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

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

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

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

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