#287481

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

Shades of Atoll #287481

Tints of Atoll #287481

Color information

#287481 (or 0x287481) is unknown color: approx Atoll. HEX triplet: 28, 74 and 81. RGB value is (40,116,129). Sum of RGB (Red+Green+Blue) = 40+116+129=285 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.04% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 129 (50.78% from 255 or 45.26% from 285); Max value from RGB is 129 - color contains mainly: blue. Hex color #287481 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287481 is #D78B7E. Grayscale: #5E5E5E. Windows color (decimal): -14125951 or 8483880. OLE color: 8483880.

HSL color Cylindrical-coordinate representation of color #287481: hue angle of 188.76º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #287481 is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB40116129-
CMYK0.690.1000.49
HSL188.76º52.66%33.14%-
HSV(B)188.76º68.99%50.59%-
XYZ11.0814.5322.99-
YUV94.76147.3288.94-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.04%
GREEN value IS 116 (45.70% from 255) = 40.70%
BLUE value IS 129 (50.78% from 255) = 45.26%
R=14.04%
G=40.70%
B=45.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal401161290.690.1000.49188.7652.6633.14
Hex28748145A031bd3521
Octal50164201105120612756541
Binary10100011101001000000110001011010011000110111101110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287481; }

 p { color: rgb(40,116,129); }

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

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

 a { background-color: rgb(40,116,129); }

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

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

 span { border-color: rgb(40,116,129); }

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