#357C7B

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

Shades of Atoll #357C7B

Tints of Atoll #357C7B

Color information

#357C7B (or 0x357C7B) is unknown color: approx Atoll. HEX triplet: 35, 7C and 7B. RGB value is (53,124,123). Sum of RGB (Red+Green+Blue) = 53+124+123=300 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.67% from 300); Green value is 124 (48.83% from 255 or 41.33% from 300); Blue value is 123 (48.44% from 255 or 41% from 300); Max value from RGB is 124 - color contains mainly: green. Hex color #357C7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357C7B is #CA8384. Grayscale: #666666. Windows color (decimal): -13271941 or 8092725. OLE color: 8092725.

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

Color convert

RGB53124123-
CMYK0.5700.010.51
HSL179.15º40.11%34.71%-
HSV(B)179.15º57.26%48.63%-
XYZ12.2516.621.3-
YUV102.66139.4892.58-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.67%
GREEN value IS 124 (48.83% from 255) = 41.33%
BLUE value IS 123 (48.44% from 255) = 41%
R=17.67%
G=41.33%
B=41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal531241230.5700.010.51179.1540.1134.71
Hex357C7B390133b32823
Octal651741737101632635043
Binary110101111110011110111110010111001110110011101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357C7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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