#288288

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

Shades of Atoll #288288

Tints of Atoll #288288

Color information

#288288 (or 0x288288) is unknown color: approx Atoll. HEX triplet: 28, 82 and 88. RGB value is (40,130,136). Sum of RGB (Red+Green+Blue) = 40+130+136=306 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.07% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 136 (53.52% from 255 or 44.44% from 306); Max value from RGB is 136 - color contains mainly: blue. Hex color #288288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288288 is #D77D77. Grayscale: #676767. Windows color (decimal): -14122360 or 8946216. OLE color: 8946216.

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

Color convert

RGB40130136-
CMYK0.710.0400.47
HSL183.75º54.55%34.51%-
HSV(B)183.75º70.59%53.33%-
XYZ13.318.1926.1-
YUV103.77146.1882.51-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.07%
GREEN value IS 130 (51.17% from 255) = 42.48%
BLUE value IS 136 (53.52% from 255) = 44.44%
R=13.07%
G=42.48%
B=44.44%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal401301360.710.0400.47183.7554.5534.51
Hex28828847402Fb83723
Octal5020221010740572706743
Binary10100010000010100010001000111100010111110111000110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288288; }

 p { color: rgb(40,130,136); }

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

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

 a { background-color: rgb(40,130,136); }

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

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

 span { border-color: rgb(40,130,136); }

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