Shades of Summer Sky #3397DC
Tints of Summer Sky #3397DC
RGB
CMYK
RGB Variations
Color information
#3397DC (or 0x3397DC) is known color: Summer Sky. HEX triplet: 33, 97 and DC. RGB value is (51,151,220). Sum of RGB (Red+Green+Blue) = 51+151+220=422 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.09% from 422); Green value is 151 (59.38% from 255 or 35.78% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #3397DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3397DC is #CC6823. Grayscale: #808080. Windows color (decimal): -13396004 or 14456627. OLE color: 14456627.
HSL color Cylindrical-coordinate representation of color #3397DC: hue angle of 204.5º degrees, saturation: 0.71, 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 #3397DC is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 151 | 220 | - |
| CMYK | 0.77 | 0.31 | 0 | 0.14 |
| HSL | 204.5º | 0.71% | 0.53% | - |
| HSV(B) | 204.5º | 0.77% | 0.86% | - |
| XYZ | 25.35 | 28 | 71.78 | - |
| YUV | 128.97 | 179.37 | 72.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 151 | 220 | 0.77 | 0.31 | 0 | 0.14 | 204.5 | 0.71 | 0.53 |
| Hex | 33 | 97 | DC | 4D | 1F | 0 | E | CC | 47 | 35 |
| Octal | 63 | 227 | 334 | 115 | 37 | 0 | 16 | 314 | 107 | 65 |
| Binary | 110011 | 10010111 | 11011100 | 1001101 | 11111 | 0 | 1110 | 11001100 | 1000111 | 110101 |
Color Harmonies of #3397DC
Complementary color
Monochromatic Colors of #3397DC
Black with #3397DC
Text Example
Text Example
White with #3397DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3397DC; }
p { color: rgb(51,151,220); }
H1.HeaderClassName
{
color: #3397DC;
}
.AnyTagClassName
{
color: #3397DC;
}
</style>
background-color css
<style>
a { background-color: #3397DC; }
a { background-color: rgb(51,151,220); }
div.DivClassName
{
background-color: #3397DC;
}
.BgClassName
{
background-color: #3397DC;
}
</style>
border-color css
<style>
span { border-color: #3397DC; }
span { border-color: rgb(51,151,220); }
td.TdClassName
{
border-color: #3397DC;
}
.TagClassName
{
border-color: #3397DC;
}
</style>