Html Css Color HEX #247069 Genoa

📋 copy color: '#247069'

red 36 ◦ green 112 ◦ blue 105

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

Shades of Genoa #247069

Tints of Genoa #247069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 41.5%

R = 14.23%
G = 44.27%
B = 41.5%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#247069 (or 0x247069) is known color: Genoa. HEX triplet: 24, 70 and 69. RGB value is (36,112,105). Sum of RGB (Red+Green+Blue) = 36+112+105=253 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.23% from 253); Green value is 112 (44.14% from 255 or 44.27% from 253); Blue value is 105 (41.41% from 255 or 41.50% from 253); Max value from RGB is 112 - color contains mainly: green. Hex color #247069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247069 is #DB8F96. Grayscale: #585858. Windows color (decimal): -14389143 or 6909988. OLE color: 6909988.

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

Color convert

RGB 36 112 105 -
CMYK 0.68 0 0.06 0.56
HSL 174.47º 0.51% 0.29% -
HSV(B) 174.47º 0.68% 0.44% -
XYZ 9.07 12.98 15.39 -
YUV 88.48 137.32 90.57 -
System Red Green Blue C M Y K H S L
Decimal 36 112 105 0.68 0 0.06 0.56 174.47 0.51 0.29
Hex 24 70 69 44 0 6 38 AE 33 1D
Octal 44 160 151 104 0 6 70 256 63 35
Binary 100100 1110000 1101001 1000100 0 110 111000 10101110 110011 11101

Color Harmonies of #247069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247069

Black with #247069

Text Example


Text Example

White with #247069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247069; }

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

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

background-color css

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

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

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

border-color css

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

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

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