Shades of Cloud Burst #363B4C
Tints of Cloud Burst #363B4C
RGB
CMYK
RGB Variations
Color information
#363B4C (or 0x363B4C) is known color: Cloud Burst. HEX triplet: 36, 3B and 4C. RGB value is (54,59,76). Sum of RGB (Red+Green+Blue) = 54+59+76=189 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.57% from 189); Green value is 59 (23.44% from 255 or 31.22% from 189); Blue value is 76 (30.08% from 255 or 40.21% from 189); Max value from RGB is 76 - color contains mainly: blue. Hex color #363B4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363B4C is #C9C4B3. Grayscale: #3B3B3B. Windows color (decimal): -13223092 or 4995894. OLE color: 4995894.
HSL color Cylindrical-coordinate representation of color #363B4C: hue angle of 226.36º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #363B4C is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 54 | 59 | 76 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.70 |
| HSL | 226.36º | 0.17% | 0.25% | - |
| HSV(B) | 226.36º | 0.29% | 0.3% | - |
| XYZ | 4.39 | 4.43 | 7.46 | - |
| YUV | 59.44 | 137.34 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 59 | 76 | 0.29 | 0.22 | 0 | 0.70 | 226.36 | 0.17 | 0.25 |
| Hex | 36 | 3B | 4C | 1D | 16 | 0 | 46 | E2 | 11 | 19 |
| Octal | 66 | 73 | 114 | 35 | 26 | 0 | 106 | 342 | 21 | 31 |
| Binary | 110110 | 111011 | 1001100 | 11101 | 10110 | 0 | 1000110 | 11100010 | 10001 | 11001 |
Color Harmonies of #363B4C
Complementary color
Monochromatic Colors of #363B4C
Black with #363B4C
Text Example
Text Example
White with #363B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363B4C; }
p { color: rgb(54,59,76); }
H1.HeaderClassName
{
color: #363B4C;
}
.AnyTagClassName
{
color: #363B4C;
}
</style>
background-color css
<style>
a { background-color: #363B4C; }
a { background-color: rgb(54,59,76); }
div.DivClassName
{
background-color: #363B4C;
}
.BgClassName
{
background-color: #363B4C;
}
</style>
border-color css
<style>
span { border-color: #363B4C; }
span { border-color: rgb(54,59,76); }
td.TdClassName
{
border-color: #363B4C;
}
.TagClassName
{
border-color: #363B4C;
}
</style>