Shades of Summer Sky #3BA4CC
Tints of Summer Sky #3BA4CC
RGB
CMYK
RGB Variations
Color information
#3BA4CC (or 0x3BA4CC) is known color: Summer Sky. HEX triplet: 3B, A4 and CC. RGB value is (59,164,204). Sum of RGB (Red+Green+Blue) = 59+164+204=427 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.82% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #3BA4CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BA4CC is #C45B33. Grayscale: #888888. Windows color (decimal): -12868404 or 13411387. OLE color: 13411387.
HSL color Cylindrical-coordinate representation of color #3BA4CC: hue angle of 196.55º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BA4CC is Cyan = 0.71, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 59 | 164 | 204 | - |
| CMYK | 0.71 | 0.20 | 0 | 0.2 |
| HSL | 196.55º | 0.59% | 0.52% | - |
| HSV(B) | 196.55º | 0.71% | 0.8% | - |
| XYZ | 25.98 | 31.84 | 61.9 | - |
| YUV | 137.17 | 165.71 | 72.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 164 | 204 | 0.71 | 0.20 | 0 | 0.2 | 196.55 | 0.59 | 0.52 |
| Hex | 3B | A4 | CC | 47 | 14 | 0 | 14 | C5 | 3B | 34 |
| Octal | 73 | 244 | 314 | 107 | 24 | 0 | 24 | 305 | 73 | 64 |
| Binary | 111011 | 10100100 | 11001100 | 1000111 | 10100 | 0 | 10100 | 11000101 | 111011 | 110100 |
Color Harmonies of #3BA4CC
Complementary color
Monochromatic Colors of #3BA4CC
Black with #3BA4CC
Text Example
Text Example
White with #3BA4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA4CC; }
p { color: rgb(59,164,204); }
H1.HeaderClassName
{
color: #3BA4CC;
}
.AnyTagClassName
{
color: #3BA4CC;
}
</style>
background-color css
<style>
a { background-color: #3BA4CC; }
a { background-color: rgb(59,164,204); }
div.DivClassName
{
background-color: #3BA4CC;
}
.BgClassName
{
background-color: #3BA4CC;
}
</style>
border-color css
<style>
span { border-color: #3BA4CC; }
span { border-color: rgb(59,164,204); }
td.TdClassName
{
border-color: #3BA4CC;
}
.TagClassName
{
border-color: #3BA4CC;
}
</style>