Shades of Summer Sky #399BCB
Tints of Summer Sky #399BCB
RGB
CMYK
RGB Variations
Color information
#399BCB (or 0x399BCB) is known color: Summer Sky. HEX triplet: 39, 9B and CB. RGB value is (57,155,203). Sum of RGB (Red+Green+Blue) = 57+155+203=415 (54% of max value = 765). Red value is 57 (22.66% from 255 or 13.73% from 415); Green value is 155 (60.94% from 255 or 37.35% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #399BCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #399BCB is #C66434. Grayscale: #828282. Windows color (decimal): -13001781 or 13343545. OLE color: 13343545.
HSL color Cylindrical-coordinate representation of color #399BCB: hue angle of 199.73º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #399BCB is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 57 | 155 | 203 | - |
| CMYK | 0.72 | 0.24 | 0 | 0.20 |
| HSL | 199.73º | 0.58% | 0.51% | - |
| HSV(B) | 199.73º | 0.72% | 0.8% | - |
| XYZ | 24.19 | 28.62 | 60.75 | - |
| YUV | 131.17 | 168.53 | 75.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 155 | 203 | 0.72 | 0.24 | 0 | 0.20 | 199.73 | 0.58 | 0.51 |
| Hex | 39 | 9B | CB | 48 | 18 | 0 | 14 | C8 | 3A | 33 |
| Octal | 71 | 233 | 313 | 110 | 30 | 0 | 24 | 310 | 72 | 63 |
| Binary | 111001 | 10011011 | 11001011 | 1001000 | 11000 | 0 | 10100 | 11001000 | 111010 | 110011 |
Color Harmonies of #399BCB
Complementary color
Monochromatic Colors of #399BCB
Black with #399BCB
Text Example
Text Example
White with #399BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399BCB; }
p { color: rgb(57,155,203); }
H1.HeaderClassName
{
color: #399BCB;
}
.AnyTagClassName
{
color: #399BCB;
}
</style>
background-color css
<style>
a { background-color: #399BCB; }
a { background-color: rgb(57,155,203); }
div.DivClassName
{
background-color: #399BCB;
}
.BgClassName
{
background-color: #399BCB;
}
</style>
border-color css
<style>
span { border-color: #399BCB; }
span { border-color: rgb(57,155,203); }
td.TdClassName
{
border-color: #399BCB;
}
.TagClassName
{
border-color: #399BCB;
}
</style>