Shades of Summer Sky #36AFF2
Tints of Summer Sky #36AFF2
RGB
CMYK
RGB Variations
Color information
#36AFF2 (or 0x36AFF2) is known color: Summer Sky. HEX triplet: 36, AF and F2. RGB value is (54,175,242). Sum of RGB (Red+Green+Blue) = 54+175+242=471 (62% of max value = 765). Red value is 54 (21.48% from 255 or 11.46% from 471); Green value is 175 (68.75% from 255 or 37.15% from 471); Blue value is 242 (94.92% from 255 or 51.38% from 471); Max value from RGB is 242 - color contains mainly: blue. Hex color #36AFF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #36AFF2 is #C9500D. Grayscale: #929292. Windows color (decimal): -13193230 or 15904566. OLE color: 15904566.
HSL color Cylindrical-coordinate representation of color #36AFF2: hue angle of 201.38º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36AFF2 is Cyan = 0.78, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 54 | 175 | 242 | - |
| CMYK | 0.78 | 0.28 | 0 | 0.05 |
| HSL | 201.38º | 0.88% | 0.58% | - |
| HSV(B) | 201.38º | 0.78% | 0.95% | - |
| XYZ | 32.88 | 37.86 | 89.58 | - |
| YUV | 146.46 | 181.91 | 62.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 175 | 242 | 0.78 | 0.28 | 0 | 0.05 | 201.38 | 0.88 | 0.58 |
| Hex | 36 | AF | F2 | 4E | 1C | 0 | 5 | C9 | 58 | 3A |
| Octal | 66 | 257 | 362 | 116 | 34 | 0 | 5 | 311 | 130 | 72 |
| Binary | 110110 | 10101111 | 11110010 | 1001110 | 11100 | 0 | 101 | 11001001 | 1011000 | 111010 |
Color Harmonies of #36AFF2
Complementary color
Monochromatic Colors of #36AFF2
Black with #36AFF2
Text Example
Text Example
White with #36AFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36AFF2; }
p { color: rgb(54,175,242); }
H1.HeaderClassName
{
color: #36AFF2;
}
.AnyTagClassName
{
color: #36AFF2;
}
</style>
background-color css
<style>
a { background-color: #36AFF2; }
a { background-color: rgb(54,175,242); }
div.DivClassName
{
background-color: #36AFF2;
}
.BgClassName
{
background-color: #36AFF2;
}
</style>
border-color css
<style>
span { border-color: #36AFF2; }
span { border-color: rgb(54,175,242); }
td.TdClassName
{
border-color: #36AFF2;
}
.TagClassName
{
border-color: #36AFF2;
}
</style>