#247068

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

Shades of Genoa #247068

Tints of Genoa #247068

Color information

#247068 (or 0x247068) is unknown color: approx Genoa. HEX triplet: 24, 70 and 68. RGB value is (36,112,104). Sum of RGB (Red+Green+Blue) = 36+112+104=252 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.29% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 104 (41.02% from 255 or 41.27% from 252); Max value from RGB is 112 - color contains mainly: green. Hex color #247068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247068 is #DB8F97. Grayscale: #585858. Windows color (decimal): -14389144 or 6844452. OLE color: 6844452.

HSL color Cylindrical-coordinate representation of color #247068: hue angle of 173.68º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #247068 is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB36112104-
CMYK0.6800.070.56
HSL173.68º51.35%29.02%-
HSV(B)173.68º67.86%43.92%-
XYZ9.0212.9615.12-
YUV88.36136.8290.65-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 14.29%
GREEN value IS 112 (44.14% from 255) = 44.44%
BLUE value IS 104 (41.02% from 255) = 41.27%
R=14.29%
G=44.44%
B=41.27%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal361121040.6800.070.56173.6851.3529.02
Hex247068440738ae331d
Octal4416015010407702566335
Binary10010011100001101000100010001111110001010111011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #247068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #247068; }

 p { color: rgb(36,112,104); }

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

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

 a { background-color: rgb(36,112,104); }

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

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

 span { border-color: rgb(36,112,104); }

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