Shades of Cloud Burst #363B4B
Tints of Cloud Burst #363B4B
RGB
CMYK
RGB Variations
Color information
#363B4B (or 0x363B4B) is known color: Cloud Burst. HEX triplet: 36, 3B and 4B. RGB value is (54,59,75). Sum of RGB (Red+Green+Blue) = 54+59+75=188 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.72% from 188); Green value is 59 (23.44% from 255 or 31.38% from 188); Blue value is 75 (29.69% from 255 or 39.89% from 188); Max value from RGB is 75 - color contains mainly: blue. Hex color #363B4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363B4B is #C9C4B4. Grayscale: #3B3B3B. Windows color (decimal): -13223093 or 4930358. OLE color: 4930358.
HSL color Cylindrical-coordinate representation of color #363B4B: hue angle of 225.71º degrees, saturation: 0.16, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #363B4B is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 54 | 59 | 75 | - |
| CMYK | 0.28 | 0.21 | 0 | 0.71 |
| HSL | 225.71º | 0.16% | 0.25% | - |
| HSV(B) | 225.71º | 0.28% | 0.29% | - |
| XYZ | 4.36 | 4.42 | 7.28 | - |
| YUV | 59.33 | 136.84 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 59 | 75 | 0.28 | 0.21 | 0 | 0.71 | 225.71 | 0.16 | 0.25 |
| Hex | 36 | 3B | 4B | 1C | 15 | 0 | 47 | E2 | 10 | 19 |
| Octal | 66 | 73 | 113 | 34 | 25 | 0 | 107 | 342 | 20 | 31 |
| Binary | 110110 | 111011 | 1001011 | 11100 | 10101 | 0 | 1000111 | 11100010 | 10000 | 11001 |
Color Harmonies of #363B4B
Complementary color
Monochromatic Colors of #363B4B
Black with #363B4B
Text Example
Text Example
White with #363B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363B4B; }
p { color: rgb(54,59,75); }
H1.HeaderClassName
{
color: #363B4B;
}
.AnyTagClassName
{
color: #363B4B;
}
</style>
background-color css
<style>
a { background-color: #363B4B; }
a { background-color: rgb(54,59,75); }
div.DivClassName
{
background-color: #363B4B;
}
.BgClassName
{
background-color: #363B4B;
}
</style>
border-color css
<style>
span { border-color: #363B4B; }
span { border-color: rgb(54,59,75); }
td.TdClassName
{
border-color: #363B4B;
}
.TagClassName
{
border-color: #363B4B;
}
</style>