Shades of Allports #306D7B
Tints of Allports #306D7B
RGB
CMYK
RGB Variations
Color information
#306D7B (or 0x306D7B) is known color: Allports. HEX triplet: 30, 6D and 7B. RGB value is (48,109,123). Sum of RGB (Red+Green+Blue) = 48+109+123=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 109 (42.97% from 255 or 38.93% from 280); Blue value is 123 (48.44% from 255 or 43.93% from 280); Max value from RGB is 123 - color contains mainly: blue. Hex color #306D7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306D7B is #CF9284. Grayscale: #5C5C5C. Windows color (decimal): -13603461 or 8088880. OLE color: 8088880.
HSL color Cylindrical-coordinate representation of color #306D7B: hue angle of 191.2º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #306D7B is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 48 | 109 | 123 | - |
| CMYK | 0.61 | 0.11 | 0 | 0.52 |
| HSL | 191.2º | 0.44% | 0.34% | - |
| HSV(B) | 191.2º | 0.61% | 0.48% | - |
| XYZ | 10.26 | 13 | 20.71 | - |
| YUV | 92.36 | 145.29 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 109 | 123 | 0.61 | 0.11 | 0 | 0.52 | 191.2 | 0.44 | 0.34 |
| Hex | 30 | 6D | 7B | 3D | B | 0 | 34 | BF | 2C | 22 |
| Octal | 60 | 155 | 173 | 75 | 13 | 0 | 64 | 277 | 54 | 42 |
| Binary | 110000 | 1101101 | 1111011 | 111101 | 1011 | 0 | 110100 | 10111111 | 101100 | 100010 |
Color Harmonies of #306D7B
Complementary color
Monochromatic Colors of #306D7B
Black with #306D7B
Text Example
Text Example
White with #306D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306D7B; }
p { color: rgb(48,109,123); }
H1.HeaderClassName
{
color: #306D7B;
}
.AnyTagClassName
{
color: #306D7B;
}
</style>
background-color css
<style>
a { background-color: #306D7B; }
a { background-color: rgb(48,109,123); }
div.DivClassName
{
background-color: #306D7B;
}
.BgClassName
{
background-color: #306D7B;
}
</style>
border-color css
<style>
span { border-color: #306D7B; }
span { border-color: rgb(48,109,123); }
td.TdClassName
{
border-color: #306D7B;
}
.TagClassName
{
border-color: #306D7B;
}
</style>