Shades of Allports #306F7D
Tints of Allports #306F7D
RGB
CMYK
RGB Variations
Color information
#306F7D (or 0x306F7D) is known color: Allports. HEX triplet: 30, 6F and 7D. RGB value is (48,111,125). Sum of RGB (Red+Green+Blue) = 48+111+125=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 111 (43.75% from 255 or 39.08% from 284); Blue value is 125 (49.22% from 255 or 44.01% from 284); Max value from RGB is 125 - color contains mainly: blue. Hex color #306F7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306F7D is #CF9082. Grayscale: #5D5D5D. Windows color (decimal): -13602947 or 8220464. OLE color: 8220464.
HSL color Cylindrical-coordinate representation of color #306F7D: hue angle of 190.91º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #306F7D is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 48 | 111 | 125 | - |
| CMYK | 0.62 | 0.11 | 0 | 0.51 |
| HSL | 190.91º | 0.45% | 0.34% | - |
| HSV(B) | 190.91º | 0.62% | 0.49% | - |
| XYZ | 10.61 | 13.48 | 21.44 | - |
| YUV | 93.76 | 145.63 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 111 | 125 | 0.62 | 0.11 | 0 | 0.51 | 190.91 | 0.45 | 0.34 |
| Hex | 30 | 6F | 7D | 3E | B | 0 | 33 | BF | 2D | 22 |
| Octal | 60 | 157 | 175 | 76 | 13 | 0 | 63 | 277 | 55 | 42 |
| Binary | 110000 | 1101111 | 1111101 | 111110 | 1011 | 0 | 110011 | 10111111 | 101101 | 100010 |
Color Harmonies of #306F7D
Complementary color
Monochromatic Colors of #306F7D
Black with #306F7D
Text Example
Text Example
White with #306F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306F7D; }
p { color: rgb(48,111,125); }
H1.HeaderClassName
{
color: #306F7D;
}
.AnyTagClassName
{
color: #306F7D;
}
</style>
background-color css
<style>
a { background-color: #306F7D; }
a { background-color: rgb(48,111,125); }
div.DivClassName
{
background-color: #306F7D;
}
.BgClassName
{
background-color: #306F7D;
}
</style>
border-color css
<style>
span { border-color: #306F7D; }
span { border-color: rgb(48,111,125); }
td.TdClassName
{
border-color: #306F7D;
}
.TagClassName
{
border-color: #306F7D;
}
</style>