Html Css Color HEX #247066 Genoa

📋 copy color: '#247066'

red 36 ◦ green 112 ◦ blue 102

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

Shades of Genoa #247066

Tints of Genoa #247066

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.8%

 BLUE value IS 102 (40.23% from 255) = 40.8%

R = 14.4%
G = 44.8%
B = 40.8%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#247066 (or 0x247066) is known color: Genoa. HEX triplet: 24, 70 and 66. RGB value is (36,112,102). Sum of RGB (Red+Green+Blue) = 36+112+102=250 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.4% from 250); Green value is 112 (44.14% from 255 or 44.8% from 250); Blue value is 102 (40.23% from 255 or 40.8% from 250); Max value from RGB is 112 - color contains mainly: green. Hex color #247066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247066 is #DB8F99. Grayscale: #585858. Windows color (decimal): -14389146 or 6713380. OLE color: 6713380.

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

Color convert

RGB 36 112 102 -
CMYK 0.68 0 0.09 0.56
HSL 172.11º 0.51% 0.29% -
HSV(B) 172.11º 0.68% 0.44% -
XYZ 8.92 12.92 14.59 -
YUV 88.14 135.82 90.81 -
System Red Green Blue C M Y K H S L
Decimal 36 112 102 0.68 0 0.09 0.56 172.11 0.51 0.29
Hex 24 70 66 44 0 9 38 AC 33 1D
Octal 44 160 146 104 0 11 70 254 63 35
Binary 100100 1110000 1100110 1000100 0 1001 111000 10101100 110011 11101

Color Harmonies of #247066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247066

Black with #247066

Text Example


Text Example

White with #247066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247066; }

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

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

background-color css

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

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

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

border-color css

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

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

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