Shades of Blue Dianne #27524B
Tints of Blue Dianne #27524B
RGB
CMYK
RGB Variations
Color information
#27524B (or 0x27524B) is known color: Blue Dianne. HEX triplet: 27, 52 and 4B. RGB value is (39,82,75). Sum of RGB (Red+Green+Blue) = 39+82+75=196 (25% of max value = 765). Red value is 39 (15.62% from 255 or 19.90% from 196); Green value is 82 (32.42% from 255 or 41.84% from 196); Blue value is 75 (29.69% from 255 or 38.27% from 196); Max value from RGB is 82 - color contains mainly: green. Hex color #27524B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27524B is #D8ADB4. Grayscale: #444444. Windows color (decimal): -14200245 or 4936231. OLE color: 4936231.
HSL color Cylindrical-coordinate representation of color #27524B: hue angle of 170.23º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #27524B is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 39 | 82 | 75 | - |
| CMYK | 0.52 | 0 | 0.09 | 0.68 |
| HSL | 170.23º | 0.36% | 0.24% | - |
| HSV(B) | 170.23º | 0.52% | 0.32% | - |
| XYZ | 5.12 | 6.97 | 7.73 | - |
| YUV | 68.35 | 131.75 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 82 | 75 | 0.52 | 0 | 0.09 | 0.68 | 170.23 | 0.36 | 0.24 |
| Hex | 27 | 52 | 4B | 34 | 0 | 9 | 44 | AA | 24 | 18 |
| Octal | 47 | 122 | 113 | 64 | 0 | 11 | 104 | 252 | 44 | 30 |
| Binary | 100111 | 1010010 | 1001011 | 110100 | 0 | 1001 | 1000100 | 10101010 | 100100 | 11000 |
Color Harmonies of #27524B
Complementary color
Monochromatic Colors of #27524B
Black with #27524B
Text Example
Text Example
White with #27524B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27524B; }
p { color: rgb(39,82,75); }
H1.HeaderClassName
{
color: #27524B;
}
.AnyTagClassName
{
color: #27524B;
}
</style>
background-color css
<style>
a { background-color: #27524B; }
a { background-color: rgb(39,82,75); }
div.DivClassName
{
background-color: #27524B;
}
.BgClassName
{
background-color: #27524B;
}
</style>
border-color css
<style>
span { border-color: #27524B; }
span { border-color: rgb(39,82,75); }
td.TdClassName
{
border-color: #27524B;
}
.TagClassName
{
border-color: #27524B;
}
</style>