#257368

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

Shades of Genoa #257368

Tints of Genoa #257368

Color information

#257368 (or 0x257368) is unknown color: approx Genoa. HEX triplet: 25, 73 and 68. RGB value is (37,115,104). Sum of RGB (Red+Green+Blue) = 37+115+104=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 115 (45.31% from 255 or 44.92% from 256); Blue value is 104 (41.02% from 255 or 40.62% from 256); Max value from RGB is 115 - color contains mainly: green. Hex color #257368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257368 is #DA8C97. Grayscale: #5A5A5A. Windows color (decimal): -14322840 or 6845221. OLE color: 6845221.

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

Color convert

RGB37115104-
CMYK0.6800.100.55
HSL171.54º51.32%29.8%-
HSV(B)171.54º67.83%45.1%-
XYZ9.3913.6515.24-
YUV90.42135.6689.89-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.45%
GREEN value IS 115 (45.31% from 255) = 44.92%
BLUE value IS 104 (41.02% from 255) = 40.62%
R=14.45%
G=44.92%
B=40.62%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal371151040.6800.100.55171.5451.3229.8
Hex257368440A37ac331e
Octal45163150104012672546336
Binary100101111001111010001000100010101101111010110011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257368; }

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

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

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

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

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

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

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

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