Shades of Summer Sky #319BEA
Tints of Summer Sky #319BEA
RGB
CMYK
RGB Variations
Color information
#319BEA (or 0x319BEA) is known color: Summer Sky. HEX triplet: 31, 9B and EA. RGB value is (49,155,234). Sum of RGB (Red+Green+Blue) = 49+155+234=438 (58% of max value = 765). Red value is 49 (19.53% from 255 or 11.19% from 438); Green value is 155 (60.94% from 255 or 35.39% from 438); Blue value is 234 (91.80% from 255 or 53.42% from 438); Max value from RGB is 234 - color contains mainly: blue. Hex color #319BEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #319BEA is #CE6415. Grayscale: #838383. Windows color (decimal): -13526038 or 15375153. OLE color: 15375153.
HSL color Cylindrical-coordinate representation of color #319BEA: hue angle of 205.62º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #319BEA is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 49 | 155 | 234 | - |
| CMYK | 0.79 | 0.34 | 0 | 0.08 |
| HSL | 205.62º | 0.81% | 0.55% | - |
| HSV(B) | 205.62º | 0.79% | 0.92% | - |
| XYZ | 27.84 | 30.04 | 82.17 | - |
| YUV | 132.31 | 185.38 | 68.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 155 | 234 | 0.79 | 0.34 | 0 | 0.08 | 205.62 | 0.81 | 0.55 |
| Hex | 31 | 9B | EA | 4F | 22 | 0 | 8 | CE | 51 | 37 |
| Octal | 61 | 233 | 352 | 117 | 42 | 0 | 10 | 316 | 121 | 67 |
| Binary | 110001 | 10011011 | 11101010 | 1001111 | 100010 | 0 | 1000 | 11001110 | 1010001 | 110111 |
Color Harmonies of #319BEA
Complementary color
Monochromatic Colors of #319BEA
Black with #319BEA
Text Example
Text Example
White with #319BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #319BEA; }
p { color: rgb(49,155,234); }
H1.HeaderClassName
{
color: #319BEA;
}
.AnyTagClassName
{
color: #319BEA;
}
</style>
background-color css
<style>
a { background-color: #319BEA; }
a { background-color: rgb(49,155,234); }
div.DivClassName
{
background-color: #319BEA;
}
.BgClassName
{
background-color: #319BEA;
}
</style>
border-color css
<style>
span { border-color: #319BEA; }
span { border-color: rgb(49,155,234); }
td.TdClassName
{
border-color: #319BEA;
}
.TagClassName
{
border-color: #319BEA;
}
</style>