#287B6D

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

Shades of Genoa #287B6D

Tints of Genoa #287B6D

Color information

#287B6D (or 0x287B6D) is unknown color: approx Genoa. HEX triplet: 28, 7B and 6D. RGB value is (40,123,109). Sum of RGB (Red+Green+Blue) = 40+123+109=272 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.71% from 272); Green value is 123 (48.44% from 255 or 45.22% from 272); Blue value is 109 (42.97% from 255 or 40.07% from 272); Max value from RGB is 123 - color contains mainly: green. Hex color #287B6D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287B6D is #D78492. Grayscale: #606060. Windows color (decimal): -14124179 or 7174952. OLE color: 7174952.

HSL color Cylindrical-coordinate representation of color #287B6D: hue angle of 169.88º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #287B6D is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB40123109-
CMYK0.6700.110.52
HSL169.88º50.92%31.96%-
HSV(B)169.88º67.48%48.24%-
XYZ10.7215.7216.94-
YUV96.5913587.64-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.71%
GREEN value IS 123 (48.44% from 255) = 45.22%
BLUE value IS 109 (42.97% from 255) = 40.07%
R=14.71%
G=45.22%
B=40.07%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal401231090.6700.110.52169.8850.9231.96
Hex287B6D430B34aa3320
Octal50173155103013642526340
Binary1010001111011110110110000110101111010010101010110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287B6D; }

 p { color: rgb(40,123,109); }

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

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

 a { background-color: rgb(40,123,109); }

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

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

 span { border-color: rgb(40,123,109); }

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