Shades of Atoll #27858B
Tints of Atoll #27858B
RGB
CMYK
RGB Variations
Color information
#27858B (or 0x27858B) is known color: Atoll. HEX triplet: 27, 85 and 8B. RGB value is (39,133,139). Sum of RGB (Red+Green+Blue) = 39+133+139=311 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.54% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 139 (54.69% from 255 or 44.69% from 311); Max value from RGB is 139 - color contains mainly: blue. Hex color #27858B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27858B is #D87A74. Grayscale: #696969. Windows color (decimal): -14187125 or 9143591. OLE color: 9143591.
HSL color Cylindrical-coordinate representation of color #27858B: hue angle of 183.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 #27858B is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 39 | 133 | 139 | - |
| CMYK | 0.72 | 0.04 | 0 | 0.45 |
| HSL | 183.6º | 0.56% | 0.35% | - |
| HSV(B) | 183.6º | 0.72% | 0.55% | - |
| XYZ | 13.88 | 19.07 | 27.38 | - |
| YUV | 105.58 | 146.86 | 80.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 133 | 139 | 0.72 | 0.04 | 0 | 0.45 | 183.6 | 0.56 | 0.35 |
| Hex | 27 | 85 | 8B | 48 | 4 | 0 | 2D | B8 | 38 | 23 |
| Octal | 47 | 205 | 213 | 110 | 4 | 0 | 55 | 270 | 70 | 43 |
| Binary | 100111 | 10000101 | 10001011 | 1001000 | 100 | 0 | 101101 | 10111000 | 111000 | 100011 |
Color Harmonies of #27858B
Complementary color
Monochromatic Colors of #27858B
Black with #27858B
Text Example
Text Example
White with #27858B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27858B; }
p { color: rgb(39,133,139); }
H1.HeaderClassName
{
color: #27858B;
}
.AnyTagClassName
{
color: #27858B;
}
</style>
background-color css
<style>
a { background-color: #27858B; }
a { background-color: rgb(39,133,139); }
div.DivClassName
{
background-color: #27858B;
}
.BgClassName
{
background-color: #27858B;
}
</style>
border-color css
<style>
span { border-color: #27858B; }
span { border-color: rgb(39,133,139); }
td.TdClassName
{
border-color: #27858B;
}
.TagClassName
{
border-color: #27858B;
}
</style>