#257073

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

Shades of Atoll #257073

Tints of Atoll #257073

Color information

#257073 (or 0x257073) is unknown color: approx Atoll. HEX triplet: 25, 70 and 73. RGB value is (37,112,115). Sum of RGB (Red+Green+Blue) = 37+112+115=264 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.02% from 264); Green value is 112 (44.14% from 255 or 42.42% from 264); Blue value is 115 (45.31% from 255 or 43.56% from 264); Max value from RGB is 115 - color contains mainly: blue. Hex color #257073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257073 is #DA8F8C. Grayscale: #595959. Windows color (decimal): -14323597 or 7565349. OLE color: 7565349.

HSL color Cylindrical-coordinate representation of color #257073: hue angle of 182.31º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #257073 is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB37112115-
CMYK0.680.0300.55
HSL182.31º51.32%29.8%-
HSV(B)182.31º67.83%45.1%-
XYZ9.6513.2218.26-
YUV89.92142.1590.26-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.02%
GREEN value IS 112 (44.14% from 255) = 42.42%
BLUE value IS 115 (45.31% from 255) = 43.56%
R=14.02%
G=42.42%
B=43.56%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal371121150.680.0300.55182.3151.3229.8
Hex257073443037b6331e
Octal4516016310430672666336
Binary1001011110000111001110001001101101111011011011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257073; }

 p { color: rgb(37,112,115); }

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

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

 a { background-color: rgb(37,112,115); }

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

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

 span { border-color: rgb(37,112,115); }

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