Shades of Allports #306A76
Tints of Allports #306A76
RGB
CMYK
RGB Variations
Color information
#306A76 (or 0x306A76) is known color: Allports. HEX triplet: 30, 6A and 76. RGB value is (48,106,118). Sum of RGB (Red+Green+Blue) = 48+106+118=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 106 (41.80% from 255 or 38.97% from 272); Blue value is 118 (46.48% from 255 or 43.38% from 272); Max value from RGB is 118 - color contains mainly: blue. Hex color #306A76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306A76 is #CF9589. Grayscale: #595959. Windows color (decimal): -13604234 or 7760432. OLE color: 7760432.
HSL color Cylindrical-coordinate representation of color #306A76: hue angle of 190.29º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #306A76 is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 48 | 106 | 118 | - |
| CMYK | 0.59 | 0.10 | 0 | 0.54 |
| HSL | 190.29º | 0.42% | 0.33% | - |
| HSV(B) | 190.29º | 0.59% | 0.46% | - |
| XYZ | 9.64 | 12.24 | 18.99 | - |
| YUV | 90.03 | 143.78 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 106 | 118 | 0.59 | 0.10 | 0 | 0.54 | 190.29 | 0.42 | 0.33 |
| Hex | 30 | 6A | 76 | 3B | A | 0 | 36 | BE | 2A | 21 |
| Octal | 60 | 152 | 166 | 73 | 12 | 0 | 66 | 276 | 52 | 41 |
| Binary | 110000 | 1101010 | 1110110 | 111011 | 1010 | 0 | 110110 | 10111110 | 101010 | 100001 |
Color Harmonies of #306A76
Complementary color
Monochromatic Colors of #306A76
Black with #306A76
Text Example
Text Example
White with #306A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306A76; }
p { color: rgb(48,106,118); }
H1.HeaderClassName
{
color: #306A76;
}
.AnyTagClassName
{
color: #306A76;
}
</style>
background-color css
<style>
a { background-color: #306A76; }
a { background-color: rgb(48,106,118); }
div.DivClassName
{
background-color: #306A76;
}
.BgClassName
{
background-color: #306A76;
}
</style>
border-color css
<style>
span { border-color: #306A76; }
span { border-color: rgb(48,106,118); }
td.TdClassName
{
border-color: #306A76;
}
.TagClassName
{
border-color: #306A76;
}
</style>