Html Css Color HEX #237668 Genoa

📋 copy color: '#237668'

red 35 ◦ green 118 ◦ blue 104

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

Shades of Genoa #237668

Tints of Genoa #237668

RGB

 RED value IS 35 (14.06% from 255) = 13.62%

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

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

R = 13.62%
G = 45.91%
B = 40.47%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#237668 (or 0x237668) is known color: Genoa. HEX triplet: 23, 76 and 68. RGB value is (35,118,104). Sum of RGB (Red+Green+Blue) = 35+118+104=257 (34% of max value = 765). Red value is 35 (14.06% from 255 or 13.62% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 104 (41.02% from 255 or 40.47% from 257); Max value from RGB is 118 - color contains mainly: green. Hex color #237668 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237668 is #DC8997. Grayscale: #5B5B5B. Windows color (decimal): -14453144 or 6845987. OLE color: 6845987.

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

Color convert

RGB 35 118 104 -
CMYK 0.70 0 0.12 0.54
HSL 169.88º 0.54% 0.3% -
HSV(B) 169.88º 0.7% 0.46% -
XYZ 9.67 14.31 15.35 -
YUV 91.59 135 87.64 -
System Red Green Blue C M Y K H S L
Decimal 35 118 104 0.70 0 0.12 0.54 169.88 0.54 0.3
Hex 23 76 68 46 0 C 36 AA 36 1E
Octal 43 166 150 106 0 14 66 252 66 36
Binary 100011 1110110 1101000 1000110 0 1100 110110 10101010 110110 11110

Color Harmonies of #237668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237668

Black with #237668

Text Example


Text Example

White with #237668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237668; }

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

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

background-color css

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

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

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

border-color css

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

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

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