Shades of Summer Sky #3394DB
Tints of Summer Sky #3394DB
RGB
CMYK
RGB Variations
Color information
#3394DB (or 0x3394DB) is known color: Summer Sky. HEX triplet: 33, 94 and DB. RGB value is (51,148,219). Sum of RGB (Red+Green+Blue) = 51+148+219=418 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.20% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #3394DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3394DB is #CC6B24. Grayscale: #7E7E7E. Windows color (decimal): -13396773 or 14390323. OLE color: 14390323.
HSL color Cylindrical-coordinate representation of color #3394DB: hue angle of 205.36º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3394DB is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 148 | 219 | - |
| CMYK | 0.77 | 0.32 | 0 | 0.14 |
| HSL | 205.36º | 0.7% | 0.53% | - |
| HSV(B) | 205.36º | 0.77% | 0.86% | - |
| XYZ | 24.74 | 27 | 70.92 | - |
| YUV | 127.09 | 179.86 | 73.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 148 | 219 | 0.77 | 0.32 | 0 | 0.14 | 205.36 | 0.7 | 0.53 |
| Hex | 33 | 94 | DB | 4D | 20 | 0 | E | CD | 46 | 35 |
| Octal | 63 | 224 | 333 | 115 | 40 | 0 | 16 | 315 | 106 | 65 |
| Binary | 110011 | 10010100 | 11011011 | 1001101 | 100000 | 0 | 1110 | 11001101 | 1000110 | 110101 |
Color Harmonies of #3394DB
Complementary color
Monochromatic Colors of #3394DB
Black with #3394DB
Text Example
Text Example
White with #3394DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3394DB; }
p { color: rgb(51,148,219); }
H1.HeaderClassName
{
color: #3394DB;
}
.AnyTagClassName
{
color: #3394DB;
}
</style>
background-color css
<style>
a { background-color: #3394DB; }
a { background-color: rgb(51,148,219); }
div.DivClassName
{
background-color: #3394DB;
}
.BgClassName
{
background-color: #3394DB;
}
</style>
border-color css
<style>
span { border-color: #3394DB; }
span { border-color: rgb(51,148,219); }
td.TdClassName
{
border-color: #3394DB;
}
.TagClassName
{
border-color: #3394DB;
}
</style>