#27828D

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

Shades of Atoll #27828D

Tints of Atoll #27828D

Color information

#27828D (or 0x27828D) is unknown color: approx Atoll. HEX triplet: 27, 82 and 8D. RGB value is (39,130,141). Sum of RGB (Red+Green+Blue) = 39+130+141=310 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.58% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 141 (55.47% from 255 or 45.48% from 310); Max value from RGB is 141 - color contains mainly: blue. Hex color #27828D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27828D is #D87D72. Grayscale: #676767. Windows color (decimal): -14187891 or 9273895. OLE color: 9273895.

HSL color Cylindrical-coordinate representation of color #27828D: hue angle of 186.47º degrees, saturation: 0.57, 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 #27828D is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB39130141-
CMYK0.720.0800.45
HSL186.47º56.67%35.29%-
HSV(B)186.47º72.34%55.29%-
XYZ13.6318.3228.02-
YUV104.04148.8581.61-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 12.58%
GREEN value IS 130 (51.17% from 255) = 41.94%
BLUE value IS 141 (55.47% from 255) = 45.48%
R=12.58%
G=41.94%
B=45.48%

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
Decimal391301410.720.0800.45186.4756.6735.29
Hex27828D48802Dba3923
Octal47202215110100552727143
Binary100111100000101000110110010001000010110110111010111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27828D; }

 p { color: rgb(39,130,141); }

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

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

 a { background-color: rgb(39,130,141); }

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

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

 span { border-color: rgb(39,130,141); }

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