#257364

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

Shades of Genoa #257364

Tints of Genoa #257364

Color information

#257364 (or 0x257364) is unknown color: approx Genoa. HEX triplet: 25, 73 and 64. RGB value is (37,115,100). Sum of RGB (Red+Green+Blue) = 37+115+100=252 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.68% from 252); Green value is 115 (45.31% from 255 or 45.63% from 252); Blue value is 100 (39.45% from 255 or 39.68% from 252); Max value from RGB is 115 - color contains mainly: green. Hex color #257364 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257364 is #DA8C9B. Grayscale: #595959. Windows color (decimal): -14322844 or 6583077. OLE color: 6583077.

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

Color convert

RGB37115100-
CMYK0.6800.130.55
HSL168.46º51.32%29.8%-
HSV(B)168.46º67.83%45.1%-
XYZ9.1913.5714.19-
YUV89.97133.6690.22-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.68%
GREEN value IS 115 (45.31% from 255) = 45.63%
BLUE value IS 100 (39.45% from 255) = 39.68%
R=14.68%
G=45.63%
B=39.68%

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
Decimal371151000.6800.130.55168.4651.3229.8
Hex257364440D37a8331e
Octal45163144104015672506336
Binary100101111001111001001000100011011101111010100011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257364; }

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

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

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

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

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

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

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

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