#247266

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

Shades of Genoa #247266

Tints of Genoa #247266

Color information

#247266 (or 0x247266) is unknown color: approx Genoa. HEX triplet: 24, 72 and 66. RGB value is (36,114,102). Sum of RGB (Red+Green+Blue) = 36+114+102=252 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.29% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 102 (40.23% from 255 or 40.48% from 252); Max value from RGB is 114 - color contains mainly: green. Hex color #247266 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247266 is #DB8D99. Grayscale: #595959. Windows color (decimal): -14388634 or 6713892. OLE color: 6713892.

HSL color Cylindrical-coordinate representation of color #247266: hue angle of 170.77º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #247266 is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB36114102-
CMYK0.6800.110.55
HSL170.77º52%29.41%-
HSV(B)170.77º68.42%44.71%-
XYZ9.1413.3714.67-
YUV89.31135.1689.98-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.29%
GREEN value IS 114 (44.92% from 255) = 45.24%
BLUE value IS 102 (40.23% from 255) = 40.48%
R=14.29%
G=45.24%
B=40.48%

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
Decimal361141020.6800.110.55170.775229.41
Hex247266440B37ab341d
Octal44162146104013672536435
Binary100100111001011001101000100010111101111010101111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #247266; }

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

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

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

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

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

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

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

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