Html Css Color HEX #247268 Genoa

📋 copy color: '#247268'

red 36 ◦ green 114 ◦ blue 104

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

Shades of Genoa #247268

Tints of Genoa #247268

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.88%

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

R = 14.17%
G = 44.88%
B = 40.94%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#247268 (or 0x247268) is known color: Genoa. HEX triplet: 24, 72 and 68. RGB value is (36,114,104). Sum of RGB (Red+Green+Blue) = 36+114+104=254 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.17% from 254); Green value is 114 (44.92% from 255 or 44.88% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 114 - color contains mainly: green. Hex color #247268 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247268 is #DB8D97. Grayscale: #595959. Windows color (decimal): -14388632 or 6844964. OLE color: 6844964.

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

Color convert

RGB 36 114 104 -
CMYK 0.68 0 0.09 0.55
HSL 172.31º 0.52% 0.29% -
HSV(B) 172.31º 0.68% 0.45% -
XYZ 9.24 13.41 15.2 -
YUV 89.54 136.16 89.81 -
System Red Green Blue C M Y K H S L
Decimal 36 114 104 0.68 0 0.09 0.55 172.31 0.52 0.29
Hex 24 72 68 44 0 9 37 AC 34 1D
Octal 44 162 150 104 0 11 67 254 64 35
Binary 100100 1110010 1101000 1000100 0 1001 110111 10101100 110100 11101

Color Harmonies of #247268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247268

Black with #247268

Text Example


Text Example

White with #247268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247268; }

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

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

background-color css

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

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

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

border-color css

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

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

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