#357A7C

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

Shades of Atoll #357A7C

Tints of Atoll #357A7C

Color information

#357A7C (or 0x357A7C) is unknown color: approx Atoll. HEX triplet: 35, 7A and 7C. RGB value is (53,122,124). Sum of RGB (Red+Green+Blue) = 53+122+124=299 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.73% from 299); Green value is 122 (48.05% from 255 or 40.80% from 299); Blue value is 124 (48.83% from 255 or 41.47% from 299); Max value from RGB is 124 - color contains mainly: blue. Hex color #357A7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357A7C is #CA8583. Grayscale: #656565. Windows color (decimal): -13272452 or 8157749. OLE color: 8157749.

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

Color convert

RGB53122124-
CMYK0.570.0200.51
HSL181.69º40.11%34.71%-
HSV(B)181.69º57.26%48.63%-
XYZ12.0716.1321.55-
YUV101.6140.6493.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.73%
GREEN value IS 122 (48.05% from 255) = 40.80%
BLUE value IS 124 (48.83% from 255) = 41.47%
R=17.73%
G=40.80%
B=41.47%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal531221240.570.0200.51181.6940.1134.71
Hex357A7C392033b62823
Octal651721747120632665043
Binary1101011111010111110011100110011001110110110101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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