Shades of Summer Sky #338FDB
Tints of Summer Sky #338FDB
RGB
CMYK
RGB Variations
Color information
#338FDB (or 0x338FDB) is known color: Summer Sky. HEX triplet: 33, 8F and DB. RGB value is (51,143,219). Sum of RGB (Red+Green+Blue) = 51+143+219=413 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.35% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #338FDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #338FDB is #CC7024. Grayscale: #7B7B7B. Windows color (decimal): -13398053 or 14389043. OLE color: 14389043.
HSL color Cylindrical-coordinate representation of color #338FDB: hue angle of 207.14º 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 #338FDB is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 143 | 219 | - |
| CMYK | 0.77 | 0.35 | 0 | 0.14 |
| HSL | 207.14º | 0.7% | 0.53% | - |
| HSV(B) | 207.14º | 0.77% | 0.86% | - |
| XYZ | 23.97 | 25.46 | 70.67 | - |
| YUV | 124.16 | 181.52 | 75.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 143 | 219 | 0.77 | 0.35 | 0 | 0.14 | 207.14 | 0.7 | 0.53 |
| Hex | 33 | 8F | DB | 4D | 23 | 0 | E | CF | 46 | 35 |
| Octal | 63 | 217 | 333 | 115 | 43 | 0 | 16 | 317 | 106 | 65 |
| Binary | 110011 | 10001111 | 11011011 | 1001101 | 100011 | 0 | 1110 | 11001111 | 1000110 | 110101 |
Color Harmonies of #338FDB
Complementary color
Monochromatic Colors of #338FDB
Black with #338FDB
Text Example
Text Example
White with #338FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338FDB; }
p { color: rgb(51,143,219); }
H1.HeaderClassName
{
color: #338FDB;
}
.AnyTagClassName
{
color: #338FDB;
}
</style>
background-color css
<style>
a { background-color: #338FDB; }
a { background-color: rgb(51,143,219); }
div.DivClassName
{
background-color: #338FDB;
}
.BgClassName
{
background-color: #338FDB;
}
</style>
border-color css
<style>
span { border-color: #338FDB; }
span { border-color: rgb(51,143,219); }
td.TdClassName
{
border-color: #338FDB;
}
.TagClassName
{
border-color: #338FDB;
}
</style>