#278687

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

Shades of Atoll #278687

Tints of Atoll #278687

Color information

#278687 (or 0x278687) is unknown color: approx Atoll. HEX triplet: 27, 86 and 87. RGB value is (39,134,135). Sum of RGB (Red+Green+Blue) = 39+134+135=308 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.66% from 308); Green value is 134 (52.73% from 255 or 43.51% from 308); Blue value is 135 (53.12% from 255 or 43.83% from 308); Max value from RGB is 135 - color contains mainly: blue. Hex color #278687 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278687 is #D87978. Grayscale: #696969. Windows color (decimal): -14186873 or 8881703. OLE color: 8881703.

HSL color Cylindrical-coordinate representation of color #278687: hue angle of 180.62º 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 #278687 is Cyan = 0.71, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB39134135-
CMYK0.710.0100.47
HSL180.62º55.17%34.12%-
HSV(B)180.62º71.11%52.94%-
XYZ13.7319.2325.91-
YUV105.71144.5380.42-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.66%
GREEN value IS 134 (52.73% from 255) = 43.51%
BLUE value IS 135 (53.12% from 255) = 43.83%
R=12.66%
G=43.51%
B=43.83%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal391341350.710.0100.47180.6255.1734.12
Hex27868747102Fb53722
Octal4720620710710572656742
Binary100111100001101000011110001111010111110110101110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278687; }

 p { color: rgb(39,134,135); }

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

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

 a { background-color: rgb(39,134,135); }

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

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

 span { border-color: rgb(39,134,135); }

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