Shades of Summer Sky #3BB1FF
Tints of Summer Sky #3BB1FF
RGB
CMYK
RGB Variations
Color information
#3BB1FF (or 0x3BB1FF) is known color: Summer Sky. HEX triplet: 3B, B1 and FF. RGB value is (59,177,255). Sum of RGB (Red+Green+Blue) = 59+177+255=491 (65% of max value = 765). Red value is 59 (23.44% from 255 or 12.02% from 491); Green value is 177 (69.53% from 255 or 36.05% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #3BB1FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BB1FF is #C44E00. Grayscale: #969696. Windows color (decimal): -12865025 or 16757051. OLE color: 16757051.
HSL color Cylindrical-coordinate representation of color #3BB1FF: hue angle of 203.88º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BB1FF is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 59 | 177 | 255 | - |
| CMYK | 0.77 | 0.31 | 0 | 0 |
| HSL | 203.88º | 1% | 0.62% | - |
| HSV(B) | 203.88º | 0.77% | 1% | - |
| XYZ | 35.58 | 39.59 | 100.38 | - |
| YUV | 150.61 | 186.91 | 62.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 177 | 255 | 0.77 | 0.31 | 0 | 0 | 203.88 | 1 | 0.62 |
| Hex | 3B | B1 | FF | 4D | 1F | 0 | 0 | CC | 64 | 3E |
| Octal | 73 | 261 | 377 | 115 | 37 | 0 | 0 | 314 | 144 | 76 |
| Binary | 111011 | 10110001 | 11111111 | 1001101 | 11111 | 0 | 0 | 11001100 | 1100100 | 111110 |
Color Harmonies of #3BB1FF
Complementary color
Monochromatic Colors of #3BB1FF
Black with #3BB1FF
Text Example
Text Example
White with #3BB1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BB1FF; }
p { color: rgb(59,177,255); }
H1.HeaderClassName
{
color: #3BB1FF;
}
.AnyTagClassName
{
color: #3BB1FF;
}
</style>
background-color css
<style>
a { background-color: #3BB1FF; }
a { background-color: rgb(59,177,255); }
div.DivClassName
{
background-color: #3BB1FF;
}
.BgClassName
{
background-color: #3BB1FF;
}
</style>
border-color css
<style>
span { border-color: #3BB1FF; }
span { border-color: rgb(59,177,255); }
td.TdClassName
{
border-color: #3BB1FF;
}
.TagClassName
{
border-color: #3BB1FF;
}
</style>