#278588

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

Shades of Atoll #278588

Tints of Atoll #278588

Color information

#278588 (or 0x278588) is unknown color: approx Atoll. HEX triplet: 27, 85 and 88. RGB value is (39,133,136). Sum of RGB (Red+Green+Blue) = 39+133+136=308 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.66% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 136 (53.52% from 255 or 44.16% from 308); Max value from RGB is 136 - color contains mainly: blue. Hex color #278588 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278588 is #D87A77. Grayscale: #696969. Windows color (decimal): -14187128 or 8946983. OLE color: 8946983.

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

Color convert

RGB39133136-
CMYK0.710.0200.47
HSL181.86º55.43%34.31%-
HSV(B)181.86º71.32%53.33%-
XYZ13.6718.9826.24-
YUV105.24145.3680.76-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.66%
GREEN value IS 133 (52.34% from 255) = 43.18%
BLUE value IS 136 (53.52% from 255) = 44.16%
R=12.66%
G=43.18%
B=44.16%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal391331360.710.0200.47181.8655.4334.31
Hex27858847202Fb63722
Octal4720521010720572666742
Binary1001111000010110001000100011110010111110110110110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278588; }

 p { color: rgb(39,133,136); }

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

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

 a { background-color: rgb(39,133,136); }

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

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

 span { border-color: rgb(39,133,136); }

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