#257266

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

Shades of Genoa #257266

Tints of Genoa #257266

Color information

#257266 (or 0x257266) is unknown color: approx Genoa. HEX triplet: 25, 72 and 66. RGB value is (37,114,102). Sum of RGB (Red+Green+Blue) = 37+114+102=253 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.62% from 253); Green value is 114 (44.92% from 255 or 45.06% from 253); Blue value is 102 (40.23% from 255 or 40.32% from 253); Max value from RGB is 114 - color contains mainly: green. Hex color #257266 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257266 is #DA8D99. Grayscale: #595959. Windows color (decimal): -14323098 or 6713893. OLE color: 6713893.

HSL color Cylindrical-coordinate representation of color #257266: hue angle of 170.65º 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 #257266 is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB37114102-
CMYK0.6800.110.55
HSL170.65º50.99%29.61%-
HSV(B)170.65º67.54%44.71%-
XYZ9.1813.3914.67-
YUV89.61134.9990.48-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.62%
GREEN value IS 114 (44.92% from 255) = 45.06%
BLUE value IS 102 (40.23% from 255) = 40.32%
R=14.62%
G=45.06%
B=40.32%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal371141020.6800.110.55170.6550.9929.61
Hex257266440B37ab331e
Octal45162146104013672536336
Binary100101111001011001101000100010111101111010101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257266; }

 p { color: rgb(37,114,102); }

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

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

 a { background-color: rgb(37,114,102); }

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

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

 span { border-color: rgb(37,114,102); }

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