#287980

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

Shades of Atoll #287980

Tints of Atoll #287980

Color information

#287980 (or 0x287980) is unknown color: approx Atoll. HEX triplet: 28, 79 and 80. RGB value is (40,121,128). Sum of RGB (Red+Green+Blue) = 40+121+128=289 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.84% from 289); Green value is 121 (47.66% from 255 or 41.87% from 289); Blue value is 128 (50.39% from 255 or 44.29% from 289); Max value from RGB is 128 - color contains mainly: blue. Hex color #287980 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287980 is #D7867F. Grayscale: #616161. Windows color (decimal): -14124672 or 8419624. OLE color: 8419624.

HSL color Cylindrical-coordinate representation of color #287980: hue angle of 184.77º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #287980 is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB40121128-
CMYK0.690.0500.50
HSL184.77º52.38%32.94%-
HSV(B)184.77º68.75%50.2%-
XYZ11.6115.6822.84-
YUV97.58145.1686.93-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.84%
GREEN value IS 121 (47.66% from 255) = 41.87%
BLUE value IS 128 (50.39% from 255) = 44.29%
R=13.84%
G=41.87%
B=44.29%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal401211280.690.0500.50184.7752.3832.94
Hex287980455032b93421
Octal5017120010550622716441
Binary1010001111001100000001000101101011001010111001110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287980; }

 p { color: rgb(40,121,128); }

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

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

 a { background-color: rgb(40,121,128); }

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

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

 span { border-color: rgb(40,121,128); }

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