Shades of Bay Of Many #303C6A
Tints of Bay Of Many #303C6A
RGB
CMYK
RGB Variations
Color information
#303C6A (or 0x303C6A) is known color: Bay Of Many. HEX triplet: 30, 3C and 6A. RGB value is (48,60,106). Sum of RGB (Red+Green+Blue) = 48+60+106=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 60 (23.83% from 255 or 28.04% from 214); Blue value is 106 (41.80% from 255 or 49.53% from 214); Max value from RGB is 106 - color contains mainly: blue. Hex color #303C6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #303C6A is #CFC395. Grayscale: #3D3D3D. Windows color (decimal): -13616022 or 6962224. OLE color: 6962224.
HSL color Cylindrical-coordinate representation of color #303C6A: hue angle of 227.59º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #303C6A is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 48 | 60 | 106 | - |
| CMYK | 0.55 | 0.43 | 0 | 0.58 |
| HSL | 227.59º | 0.38% | 0.3% | - |
| HSV(B) | 227.59º | 0.55% | 0.42% | - |
| XYZ | 5.44 | 4.9 | 14.3 | - |
| YUV | 61.66 | 153.02 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 60 | 106 | 0.55 | 0.43 | 0 | 0.58 | 227.59 | 0.38 | 0.3 |
| Hex | 30 | 3C | 6A | 37 | 2B | 0 | 3A | E4 | 26 | 1E |
| Octal | 60 | 74 | 152 | 67 | 53 | 0 | 72 | 344 | 46 | 36 |
| Binary | 110000 | 111100 | 1101010 | 110111 | 101011 | 0 | 111010 | 11100100 | 100110 | 11110 |
Color Harmonies of #303C6A
Complementary color
Monochromatic Colors of #303C6A
Black with #303C6A
Text Example
Text Example
White with #303C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303C6A; }
p { color: rgb(48,60,106); }
H1.HeaderClassName
{
color: #303C6A;
}
.AnyTagClassName
{
color: #303C6A;
}
</style>
background-color css
<style>
a { background-color: #303C6A; }
a { background-color: rgb(48,60,106); }
div.DivClassName
{
background-color: #303C6A;
}
.BgClassName
{
background-color: #303C6A;
}
</style>
border-color css
<style>
span { border-color: #303C6A; }
span { border-color: rgb(48,60,106); }
td.TdClassName
{
border-color: #303C6A;
}
.TagClassName
{
border-color: #303C6A;
}
</style>