Html Css Color HEX #247668 Genoa

📋 copy color: '#247668'

red 36 ◦ green 118 ◦ blue 104

#247668
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Genoa #247668

Tints of Genoa #247668

RGB

 RED value IS 36 (14.45% from 255) = 13.95%

 GREEN value IS 118 (46.48% from 255) = 45.74%

 BLUE value IS 104 (41.02% from 255) = 40.31%

R = 13.95%
G = 45.74%
B = 40.31%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#247668 (or 0x247668) is known color: Genoa. HEX triplet: 24, 76 and 68. RGB value is (36,118,104). Sum of RGB (Red+Green+Blue) = 36+118+104=258 (34% of max value = 765). Red value is 36 (14.45% from 255 or 13.95% from 258); Green value is 118 (46.48% from 255 or 45.74% from 258); Blue value is 104 (41.02% from 255 or 40.31% from 258); Max value from RGB is 118 - color contains mainly: green. Hex color #247668 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247668 is #DB8997. Grayscale: #5B5B5B. Windows color (decimal): -14387608 or 6845988. OLE color: 6845988.

HSL color Cylindrical-coordinate representation of color #247668: hue angle of 169.76º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #247668 is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB 36 118 104 -
CMYK 0.69 0 0.12 0.54
HSL 169.76º 0.53% 0.3% -
HSV(B) 169.76º 0.69% 0.46% -
XYZ 9.7 14.33 15.35 -
YUV 91.89 134.83 88.14 -
System Red Green Blue C M Y K H S L
Decimal 36 118 104 0.69 0 0.12 0.54 169.76 0.53 0.3
Hex 24 76 68 45 0 C 36 AA 35 1E
Octal 44 166 150 105 0 14 66 252 65 36
Binary 100100 1110110 1101000 1000101 0 1100 110110 10101010 110101 11110

Color Harmonies of #247668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247668

Black with #247668

Text Example


Text Example

White with #247668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247668; }

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

 H1.HeaderClassName
 {
   color: #247668;
 }
 .AnyTagClassName
 {
   color: #247668;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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