#257263

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

Shades of Genoa #257263

Tints of Genoa #257263

Color information

#257263 (or 0x257263) is unknown color: approx Genoa. HEX triplet: 25, 72 and 63. RGB value is (37,114,99). Sum of RGB (Red+Green+Blue) = 37+114+99=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 114 (44.92% from 255 or 45.6% from 250); Blue value is 99 (39.06% from 255 or 39.6% from 250); Max value from RGB is 114 - color contains mainly: green. Hex color #257263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257263 is #DA8D9C. Grayscale: #595959. Windows color (decimal): -14323101 or 6517285. OLE color: 6517285.

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

Color convert

RGB3711499-
CMYK0.6800.130.55
HSL168.31º50.99%29.61%-
HSV(B)168.31º67.54%44.71%-
XYZ9.0313.3313.9-
YUV89.27133.4990.72-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.8%
GREEN value IS 114 (44.92% from 255) = 45.6%
BLUE value IS 99 (39.06% from 255) = 39.6%
R=14.8%
G=45.6%
B=39.6%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37114990.6800.130.55168.3150.9929.61
Hex257263440D37a8331e
Octal45162143104015672506336
Binary100101111001011000111000100011011101111010100011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257263; }

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

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

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

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

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

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

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

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