Shades of Summer Sky #3BAFF1
Tints of Summer Sky #3BAFF1
RGB
CMYK
RGB Variations
Color information
#3BAFF1 (or 0x3BAFF1) is known color: Summer Sky. HEX triplet: 3B, AF and F1. RGB value is (59,175,241). Sum of RGB (Red+Green+Blue) = 59+175+241=475 (62% of max value = 765). Red value is 59 (23.44% from 255 or 12.42% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 241 (94.53% from 255 or 50.74% from 475); Max value from RGB is 241 - color contains mainly: blue. Hex color #3BAFF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3BAFF1 is #C4500E. Grayscale: #939393. Windows color (decimal): -12865551 or 15839035. OLE color: 15839035.
HSL color Cylindrical-coordinate representation of color #3BAFF1: hue angle of 201.76º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BAFF1 is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 59 | 175 | 241 | - |
| CMYK | 0.76 | 0.27 | 0 | 0.05 |
| HSL | 201.76º | 0.87% | 0.59% | - |
| HSV(B) | 201.76º | 0.76% | 0.95% | - |
| XYZ | 33.01 | 37.94 | 88.8 | - |
| YUV | 147.84 | 180.57 | 64.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 175 | 241 | 0.76 | 0.27 | 0 | 0.05 | 201.76 | 0.87 | 0.59 |
| Hex | 3B | AF | F1 | 4C | 1B | 0 | 5 | CA | 57 | 3B |
| Octal | 73 | 257 | 361 | 114 | 33 | 0 | 5 | 312 | 127 | 73 |
| Binary | 111011 | 10101111 | 11110001 | 1001100 | 11011 | 0 | 101 | 11001010 | 1010111 | 111011 |
Color Harmonies of #3BAFF1
Complementary color
Monochromatic Colors of #3BAFF1
Black with #3BAFF1
Text Example
Text Example
White with #3BAFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAFF1; }
p { color: rgb(59,175,241); }
H1.HeaderClassName
{
color: #3BAFF1;
}
.AnyTagClassName
{
color: #3BAFF1;
}
</style>
background-color css
<style>
a { background-color: #3BAFF1; }
a { background-color: rgb(59,175,241); }
div.DivClassName
{
background-color: #3BAFF1;
}
.BgClassName
{
background-color: #3BAFF1;
}
</style>
border-color css
<style>
span { border-color: #3BAFF1; }
span { border-color: rgb(59,175,241); }
td.TdClassName
{
border-color: #3BAFF1;
}
.TagClassName
{
border-color: #3BAFF1;
}
</style>