#287A8B

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

Shades of Atoll #287A8B

Tints of Atoll #287A8B

Color information

#287A8B (or 0x287A8B) is unknown color: approx Atoll. HEX triplet: 28, 7A and 8B. RGB value is (40,122,139). Sum of RGB (Red+Green+Blue) = 40+122+139=301 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.29% from 301); Green value is 122 (48.05% from 255 or 40.53% from 301); Blue value is 139 (54.69% from 255 or 46.18% from 301); Max value from RGB is 139 - color contains mainly: blue. Hex color #287A8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287A8B is #D78574. Grayscale: #636363. Windows color (decimal): -14124405 or 9140776. OLE color: 9140776.

HSL color Cylindrical-coordinate representation of color #287A8B: hue angle of 190.3º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #287A8B is Cyan = 0.71, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB40122139-
CMYK0.710.1200.45
HSL190.3º55.31%35.1%-
HSV(B)190.3º71.22%54.51%-
XYZ12.4916.2326.9-
YUV99.42150.3385.62-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.29%
GREEN value IS 122 (48.05% from 255) = 40.53%
BLUE value IS 139 (54.69% from 255) = 46.18%
R=13.29%
G=40.53%
B=46.18%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal401221390.710.1200.45190.355.3135.1
Hex287A8B47C02Dbe3723
Octal50172213107140552766743
Binary10100011110101000101110001111100010110110111110110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,122,139); }

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

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

 a { background-color: rgb(40,122,139); }

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

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

 span { border-color: rgb(40,122,139); }

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