Html Css Color HEX #237066 Genoa

📋 copy color: '#237066'

red 35 ◦ green 112 ◦ blue 102

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

Shades of Genoa #237066

Tints of Genoa #237066

RGB

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

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

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

R = 14.06%
G = 44.98%
B = 40.96%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#237066 (or 0x237066) is known color: Genoa. HEX triplet: 23, 70 and 66. RGB value is (35,112,102). Sum of RGB (Red+Green+Blue) = 35+112+102=249 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.06% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 102 (40.23% from 255 or 40.96% from 249); Max value from RGB is 112 - color contains mainly: green. Hex color #237066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237066 is #DC8F99. Grayscale: #575757. Windows color (decimal): -14454682 or 6713379. OLE color: 6713379.

HSL color Cylindrical-coordinate representation of color #237066: hue angle of 172.21º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #237066 is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 35 112 102 -
CMYK 0.69 0 0.09 0.56
HSL 172.21º 0.52% 0.29% -
HSV(B) 172.21º 0.69% 0.44% -
XYZ 8.89 12.9 14.59 -
YUV 87.84 135.99 90.31 -
System Red Green Blue C M Y K H S L
Decimal 35 112 102 0.69 0 0.09 0.56 172.21 0.52 0.29
Hex 23 70 66 45 0 9 38 AC 34 1D
Octal 43 160 146 105 0 11 70 254 64 35
Binary 100011 1110000 1100110 1000101 0 1001 111000 10101100 110100 11101

Color Harmonies of #237066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #237066

Black with #237066

Text Example


Text Example

White with #237066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #237066; }

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

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

background-color css

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

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

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

border-color css

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

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

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