Shades of Cloud Burst #363E4B
Tints of Cloud Burst #363E4B
RGB
CMYK
RGB Variations
Color information
#363E4B (or 0x363E4B) is known color: Cloud Burst. HEX triplet: 36, 3E and 4B. RGB value is (54,62,75). Sum of RGB (Red+Green+Blue) = 54+62+75=191 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.27% from 191); Green value is 62 (24.61% from 255 or 32.46% from 191); Blue value is 75 (29.69% from 255 or 39.27% from 191); Max value from RGB is 75 - color contains mainly: blue. Hex color #363E4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363E4B is #C9C1B4. Grayscale: #3D3D3D. Windows color (decimal): -13222325 or 4931126. OLE color: 4931126.
HSL color Cylindrical-coordinate representation of color #363E4B: hue angle of 217.14º 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 #363E4B is Cyan = 0.28, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 54 | 62 | 75 | - |
| CMYK | 0.28 | 0.17 | 0 | 0.71 |
| HSL | 217.14º | 0.16% | 0.25% | - |
| HSV(B) | 217.14º | 0.28% | 0.29% | - |
| XYZ | 4.51 | 4.74 | 7.33 | - |
| YUV | 61.09 | 135.85 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 62 | 75 | 0.28 | 0.17 | 0 | 0.71 | 217.14 | 0.16 | 0.25 |
| Hex | 36 | 3E | 4B | 1C | 11 | 0 | 47 | D9 | 10 | 19 |
| Octal | 66 | 76 | 113 | 34 | 21 | 0 | 107 | 331 | 20 | 31 |
| Binary | 110110 | 111110 | 1001011 | 11100 | 10001 | 0 | 1000111 | 11011001 | 10000 | 11001 |
Color Harmonies of #363E4B
Complementary color
Monochromatic Colors of #363E4B
Black with #363E4B
Text Example
Text Example
White with #363E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363E4B; }
p { color: rgb(54,62,75); }
H1.HeaderClassName
{
color: #363E4B;
}
.AnyTagClassName
{
color: #363E4B;
}
</style>
background-color css
<style>
a { background-color: #363E4B; }
a { background-color: rgb(54,62,75); }
div.DivClassName
{
background-color: #363E4B;
}
.BgClassName
{
background-color: #363E4B;
}
</style>
border-color css
<style>
span { border-color: #363E4B; }
span { border-color: rgb(54,62,75); }
td.TdClassName
{
border-color: #363E4B;
}
.TagClassName
{
border-color: #363E4B;
}
</style>