#287B84

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

Shades of Atoll #287B84

Tints of Atoll #287B84

Color information

#287B84 (or 0x287B84) is unknown color: approx Atoll. HEX triplet: 28, 7B and 84. RGB value is (40,123,132). Sum of RGB (Red+Green+Blue) = 40+123+132=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 123 (48.44% from 255 or 41.69% from 295); Blue value is 132 (51.95% from 255 or 44.75% from 295); Max value from RGB is 132 - color contains mainly: blue. Hex color #287B84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287B84 is #D7847B. Grayscale: #636363. Windows color (decimal): -14124156 or 8682280. OLE color: 8682280.

HSL color Cylindrical-coordinate representation of color #287B84: hue angle of 185.87º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #287B84 is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB40123132-
CMYK0.700.0700.48
HSL185.87º53.49%33.73%-
HSV(B)185.87º69.7%51.76%-
XYZ12.1216.2824.33-
YUV99.21146.585.77-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.56%
GREEN value IS 123 (48.44% from 255) = 41.69%
BLUE value IS 132 (51.95% from 255) = 44.75%
R=13.56%
G=41.69%
B=44.75%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal401231320.700.0700.48185.8753.4933.73
Hex287B84467030ba3522
Octal5017320410670602726542
Binary1010001111011100001001000110111011000010111010110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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