Shades of Cloud Burst #333C4E
Tints of Cloud Burst #333C4E
RGB
CMYK
RGB Variations
Color information
#333C4E (or 0x333C4E) is known color: Cloud Burst. HEX triplet: 33, 3C and 4E. RGB value is (51,60,78). Sum of RGB (Red+Green+Blue) = 51+60+78=189 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.98% from 189); Green value is 60 (23.83% from 255 or 31.75% from 189); Blue value is 78 (30.86% from 255 or 41.27% from 189); Max value from RGB is 78 - color contains mainly: blue. Hex color #333C4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #333C4E is #CCC3B1. Grayscale: #3B3B3B. Windows color (decimal): -13419442 or 5127219. OLE color: 5127219.
HSL color Cylindrical-coordinate representation of color #333C4E: hue angle of 220º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #333C4E is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 51 | 60 | 78 | - |
| CMYK | 0.35 | 0.23 | 0 | 0.69 |
| HSL | 220º | 0.21% | 0.25% | - |
| HSV(B) | 220º | 0.35% | 0.31% | - |
| XYZ | 4.36 | 4.49 | 7.84 | - |
| YUV | 59.36 | 138.52 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 78 | 0.35 | 0.23 | 0 | 0.69 | 220 | 0.21 | 0.25 |
| Hex | 33 | 3C | 4E | 23 | 17 | 0 | 45 | DC | 15 | 19 |
| Octal | 63 | 74 | 116 | 43 | 27 | 0 | 105 | 334 | 25 | 31 |
| Binary | 110011 | 111100 | 1001110 | 100011 | 10111 | 0 | 1000101 | 11011100 | 10101 | 11001 |
Color Harmonies of #333C4E
Complementary color
Monochromatic Colors of #333C4E
Black with #333C4E
Text Example
Text Example
White with #333C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333C4E; }
p { color: rgb(51,60,78); }
H1.HeaderClassName
{
color: #333C4E;
}
.AnyTagClassName
{
color: #333C4E;
}
</style>
background-color css
<style>
a { background-color: #333C4E; }
a { background-color: rgb(51,60,78); }
div.DivClassName
{
background-color: #333C4E;
}
.BgClassName
{
background-color: #333C4E;
}
</style>
border-color css
<style>
span { border-color: #333C4E; }
span { border-color: rgb(51,60,78); }
td.TdClassName
{
border-color: #333C4E;
}
.TagClassName
{
border-color: #333C4E;
}
</style>