Html Css Color HEX #247265 Genoa

📋 copy color: '#247265'

red 36 ◦ green 114 ◦ blue 101

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

Shades of Genoa #247265

Tints of Genoa #247265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 40.24%

R = 14.34%
G = 45.42%
B = 40.24%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#247265 (or 0x247265) is known color: Genoa. HEX triplet: 24, 72 and 65. RGB value is (36,114,101). Sum of RGB (Red+Green+Blue) = 36+114+101=251 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.34% from 251); Green value is 114 (44.92% from 255 or 45.42% from 251); Blue value is 101 (39.84% from 255 or 40.24% from 251); Max value from RGB is 114 - color contains mainly: green. Hex color #247265 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247265 is #DB8D9A. Grayscale: #595959. Windows color (decimal): -14388635 or 6648356. OLE color: 6648356.

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

Color convert

RGB 36 114 101 -
CMYK 0.68 0 0.11 0.55
HSL 170º 0.52% 0.29% -
HSV(B) 170º 0.68% 0.45% -
XYZ 9.09 13.35 14.41 -
YUV 89.2 134.66 90.06 -
System Red Green Blue C M Y K H S L
Decimal 36 114 101 0.68 0 0.11 0.55 170 0.52 0.29
Hex 24 72 65 44 0 B 37 AA 34 1D
Octal 44 162 145 104 0 13 67 252 64 35
Binary 100100 1110010 1100101 1000100 0 1011 110111 10101010 110100 11101

Color Harmonies of #247265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247265

Black with #247265

Text Example


Text Example

White with #247265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247265; }

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

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

background-color css

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

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

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

border-color css

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

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

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