#278088

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

Shades of Atoll #278088

Tints of Atoll #278088

Color information

#278088 (or 0x278088) is unknown color: approx Atoll. HEX triplet: 27, 80 and 88. RGB value is (39,128,136). Sum of RGB (Red+Green+Blue) = 39+128+136=303 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.87% from 303); Green value is 128 (50.39% from 255 or 42.24% from 303); Blue value is 136 (53.52% from 255 or 44.88% from 303); Max value from RGB is 136 - color contains mainly: blue. Hex color #278088 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278088 is #D87F77. Grayscale: #666666. Windows color (decimal): -14188408 or 8945703. OLE color: 8945703.

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

Color convert

RGB39128136-
CMYK0.710.0600.47
HSL184.95º55.43%34.31%-
HSV(B)184.95º71.32%53.33%-
XYZ1317.6526.01-
YUV102.3147.0182.85-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.87%
GREEN value IS 128 (50.39% from 255) = 42.24%
BLUE value IS 136 (53.52% from 255) = 44.88%
R=12.87%
G=42.24%
B=44.88%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal391281360.710.0600.47184.9555.4334.31
Hex27808847602Fb93722
Octal4720021010760572716742
Binary10011110000000100010001000111110010111110111001110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278088; }

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

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

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

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

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

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

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

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