Shades of Cloud Burst #303C4B
Tints of Cloud Burst #303C4B
RGB
CMYK
RGB Variations
Color information
#303C4B (or 0x303C4B) is known color: Cloud Burst. HEX triplet: 30, 3C and 4B. RGB value is (48,60,75). Sum of RGB (Red+Green+Blue) = 48+60+75=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 60 (23.83% from 255 or 32.79% from 183); Blue value is 75 (29.69% from 255 or 40.98% from 183); Max value from RGB is 75 - color contains mainly: blue. Hex color #303C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303C4B is #CFC3B4. Grayscale: #3A3A3A. Windows color (decimal): -13616053 or 4930608. OLE color: 4930608.
HSL color Cylindrical-coordinate representation of color #303C4B: hue angle of 213.33º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #303C4B is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 60 | 75 | - |
| CMYK | 0.36 | 0.20 | 0 | 0.71 |
| HSL | 213.33º | 0.22% | 0.24% | - |
| HSV(B) | 213.33º | 0.36% | 0.29% | - |
| XYZ | 4.1 | 4.37 | 7.28 | - |
| YUV | 58.12 | 137.52 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 60 | 75 | 0.36 | 0.20 | 0 | 0.71 | 213.33 | 0.22 | 0.24 |
| Hex | 30 | 3C | 4B | 24 | 14 | 0 | 47 | D5 | 16 | 18 |
| Octal | 60 | 74 | 113 | 44 | 24 | 0 | 107 | 325 | 26 | 30 |
| Binary | 110000 | 111100 | 1001011 | 100100 | 10100 | 0 | 1000111 | 11010101 | 10110 | 11000 |
Color Harmonies of #303C4B
Complementary color
Monochromatic Colors of #303C4B
Black with #303C4B
Text Example
Text Example
White with #303C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303C4B; }
p { color: rgb(48,60,75); }
H1.HeaderClassName
{
color: #303C4B;
}
.AnyTagClassName
{
color: #303C4B;
}
</style>
background-color css
<style>
a { background-color: #303C4B; }
a { background-color: rgb(48,60,75); }
div.DivClassName
{
background-color: #303C4B;
}
.BgClassName
{
background-color: #303C4B;
}
</style>
border-color css
<style>
span { border-color: #303C4B; }
span { border-color: rgb(48,60,75); }
td.TdClassName
{
border-color: #303C4B;
}
.TagClassName
{
border-color: #303C4B;
}
</style>