Shades of Summer Sky #34B1F3
Tints of Summer Sky #34B1F3
RGB
CMYK
RGB Variations
Color information
#34B1F3 (or 0x34B1F3) is known color: Summer Sky. HEX triplet: 34, B1 and F3. RGB value is (52,177,243). Sum of RGB (Red+Green+Blue) = 52+177+243=472 (62% of max value = 765). Red value is 52 (20.70% from 255 or 11.02% from 472); Green value is 177 (69.53% from 255 or 37.5% from 472); Blue value is 243 (95.31% from 255 or 51.48% from 472); Max value from RGB is 243 - color contains mainly: blue. Hex color #34B1F3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #34B1F3 is #CB4E0C. Grayscale: #929292. Windows color (decimal): -13323789 or 15970612. OLE color: 15970612.
HSL color Cylindrical-coordinate representation of color #34B1F3: hue angle of 200.73º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34B1F3 is Cyan = 0.79, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 52 | 177 | 243 | - |
| CMYK | 0.79 | 0.27 | 0 | 0.05 |
| HSL | 200.73º | 0.89% | 0.58% | - |
| HSV(B) | 200.73º | 0.79% | 0.95% | - |
| XYZ | 33.32 | 38.65 | 90.5 | - |
| YUV | 147.15 | 182.09 | 60.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 177 | 243 | 0.79 | 0.27 | 0 | 0.05 | 200.73 | 0.89 | 0.58 |
| Hex | 34 | B1 | F3 | 4F | 1B | 0 | 5 | C9 | 59 | 3A |
| Octal | 64 | 261 | 363 | 117 | 33 | 0 | 5 | 311 | 131 | 72 |
| Binary | 110100 | 10110001 | 11110011 | 1001111 | 11011 | 0 | 101 | 11001001 | 1011001 | 111010 |
Color Harmonies of #34B1F3
Complementary color
Monochromatic Colors of #34B1F3
Black with #34B1F3
Text Example
Text Example
White with #34B1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34B1F3; }
p { color: rgb(52,177,243); }
H1.HeaderClassName
{
color: #34B1F3;
}
.AnyTagClassName
{
color: #34B1F3;
}
</style>
background-color css
<style>
a { background-color: #34B1F3; }
a { background-color: rgb(52,177,243); }
div.DivClassName
{
background-color: #34B1F3;
}
.BgClassName
{
background-color: #34B1F3;
}
</style>
border-color css
<style>
span { border-color: #34B1F3; }
span { border-color: rgb(52,177,243); }
td.TdClassName
{
border-color: #34B1F3;
}
.TagClassName
{
border-color: #34B1F3;
}
</style>