Shades of Blue Dianne #305350
Tints of Blue Dianne #305350
RGB
CMYK
RGB Variations
Color information
#305350 (or 0x305350) is known color: Blue Dianne. HEX triplet: 30, 53 and 50. RGB value is (48,83,80). Sum of RGB (Red+Green+Blue) = 48+83+80=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 80 (31.64% from 255 or 37.91% from 211); Max value from RGB is 83 - color contains mainly: green. Hex color #305350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305350 is #CFACAF. Grayscale: #484848. Windows color (decimal): -13610160 or 5264176. OLE color: 5264176.
HSL color Cylindrical-coordinate representation of color #305350: hue angle of 174.86º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #305350 is Cyan = 0.42, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 48 | 83 | 80 | - |
| CMYK | 0.42 | 0 | 0.04 | 0.67 |
| HSL | 174.86º | 0.27% | 0.26% | - |
| HSV(B) | 174.86º | 0.42% | 0.33% | - |
| XYZ | 5.76 | 7.39 | 8.71 | - |
| YUV | 72.19 | 132.4 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 83 | 80 | 0.42 | 0 | 0.04 | 0.67 | 174.86 | 0.27 | 0.26 |
| Hex | 30 | 53 | 50 | 2A | 0 | 4 | 43 | AF | 1B | 1A |
| Octal | 60 | 123 | 120 | 52 | 0 | 4 | 103 | 257 | 33 | 32 |
| Binary | 110000 | 1010011 | 1010000 | 101010 | 0 | 100 | 1000011 | 10101111 | 11011 | 11010 |
Color Harmonies of #305350
Complementary color
Monochromatic Colors of #305350
Black with #305350
Text Example
Text Example
White with #305350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305350; }
p { color: rgb(48,83,80); }
H1.HeaderClassName
{
color: #305350;
}
.AnyTagClassName
{
color: #305350;
}
</style>
background-color css
<style>
a { background-color: #305350; }
a { background-color: rgb(48,83,80); }
div.DivClassName
{
background-color: #305350;
}
.BgClassName
{
background-color: #305350;
}
</style>
border-color css
<style>
span { border-color: #305350; }
span { border-color: rgb(48,83,80); }
td.TdClassName
{
border-color: #305350;
}
.TagClassName
{
border-color: #305350;
}
</style>