#27808B

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

Shades of Atoll #27808B

Tints of Atoll #27808B

Color information

#27808B (or 0x27808B) is unknown color: approx Atoll. HEX triplet: 27, 80 and 8B. RGB value is (39,128,139). Sum of RGB (Red+Green+Blue) = 39+128+139=306 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.75% from 306); Green value is 128 (50.39% from 255 or 41.83% from 306); Blue value is 139 (54.69% from 255 or 45.42% from 306); Max value from RGB is 139 - color contains mainly: blue. Hex color #27808B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27808B is #D87F74. Grayscale: #666666. Windows color (decimal): -14188405 or 9142311. OLE color: 9142311.

HSL color Cylindrical-coordinate representation of color #27808B: hue angle of 186.6º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #27808B is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB39128139-
CMYK0.720.0800.45
HSL186.6º56.18%34.9%-
HSV(B)186.6º71.94%54.51%-
XYZ13.2217.7327.15-
YUV102.64148.5182.61-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.75%
GREEN value IS 128 (50.39% from 255) = 41.83%
BLUE value IS 139 (54.69% from 255) = 45.42%
R=12.75%
G=41.83%
B=45.42%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal391281390.720.0800.45186.656.1834.9
Hex27808B48802Dbb3823
Octal47200213110100552737043
Binary100111100000001000101110010001000010110110111011111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27808B; }

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

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

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

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

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

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

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

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