#237266

Color #237266 Genoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Genoa #237266

Tints of Genoa #237266

Color information

#237266 (or 0x237266) is unknown color: approx Genoa. HEX triplet: 23, 72 and 66. RGB value is (35,114,102). Sum of RGB (Red+Green+Blue) = 35+114+102=251 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.94% from 251); Green value is 114 (44.92% from 255 or 45.42% from 251); Blue value is 102 (40.23% from 255 or 40.64% from 251); Max value from RGB is 114 - color contains mainly: green. Hex color #237266 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237266 is #DC8D99. Grayscale: #585858. Windows color (decimal): -14454170 or 6713891. OLE color: 6713891.

HSL color Cylindrical-coordinate representation of color #237266: hue angle of 170.89º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #237266 is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB35114102-
CMYK0.6900.110.55
HSL170.89º53.02%29.22%-
HSV(B)170.89º69.3%44.71%-
XYZ9.1113.3514.67-
YUV89.01135.3389.48-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 13.94%
GREEN value IS 114 (44.92% from 255) = 45.42%
BLUE value IS 102 (40.23% from 255) = 40.64%
R=13.94%
G=45.42%
B=40.64%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal351141020.6900.110.55170.8953.0229.22
Hex237266450B37ab351d
Octal43162146105013672536535
Binary100011111001011001101000101010111101111010101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #237266; }

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

 H1.HeaderClassName
 {
   color: #237266;
 }
 .AnyTagClassName
 {
   color: #237266;
 }
</style>
background-color css

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

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

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

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

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

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