#288380

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

Shades of Atoll #288380

Tints of Atoll #288380

Color information

#288380 (or 0x288380) is unknown color: approx Atoll. HEX triplet: 28, 83 and 80. RGB value is (40,131,128). Sum of RGB (Red+Green+Blue) = 40+131+128=299 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.38% from 299); Green value is 131 (51.56% from 255 or 43.81% from 299); Blue value is 128 (50.39% from 255 or 42.81% from 299); Max value from RGB is 131 - color contains mainly: green. Hex color #288380 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288380 is #D77C7F. Grayscale: #676767. Windows color (decimal): -14122112 or 8422184. OLE color: 8422184.

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

Color convert

RGB40131128-
CMYK0.6900.020.49
HSL178.02º53.22%33.53%-
HSV(B)178.02º69.47%51.37%-
XYZ12.8918.2423.26-
YUV103.45141.8582.74-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.38%
GREEN value IS 131 (51.56% from 255) = 43.81%
BLUE value IS 128 (50.39% from 255) = 42.81%
R=13.38%
G=43.81%
B=42.81%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal401311280.6900.020.49178.0253.2233.53
Hex288380450231b23522
Octal5020320010502612626542
Binary1010001000001110000000100010101011000110110010110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288380; }

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

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

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

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

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

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

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

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