#257663

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

Shades of Genoa #257663

Tints of Genoa #257663

Color information

#257663 (or 0x257663) is unknown color: approx Genoa. HEX triplet: 25, 76 and 63. RGB value is (37,118,99). Sum of RGB (Red+Green+Blue) = 37+118+99=254 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.57% from 254); Green value is 118 (46.48% from 255 or 46.46% from 254); Blue value is 99 (39.06% from 255 or 38.98% from 254); Max value from RGB is 118 - color contains mainly: green. Hex color #257663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257663 is #DA899C. Grayscale: #5B5B5B. Windows color (decimal): -14322077 or 6518309. OLE color: 6518309.

HSL color Cylindrical-coordinate representation of color #257663: hue angle of 165.93º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #257663 is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.54.

Color convert

RGB3711899-
CMYK0.6900.160.54
HSL165.93º52.26%30.39%-
HSV(B)165.93º68.64%46.27%-
XYZ9.4914.2514.05-
YUV91.62132.1689.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.57%
GREEN value IS 118 (46.48% from 255) = 46.46%
BLUE value IS 99 (39.06% from 255) = 38.98%
R=14.57%
G=46.46%
B=38.98%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37118990.6900.160.54165.9352.2630.39
Hex2576634501036a6341e
Octal45166143105020662466436
Binary1001011110110110001110001010100001101101010011011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257663; }

 p { color: rgb(37,118,99); }

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

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

 a { background-color: rgb(37,118,99); }

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

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

 span { border-color: rgb(37,118,99); }

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