Shades of Summer Sky #3BA5CC
Tints of Summer Sky #3BA5CC
RGB
CMYK
RGB Variations
Color information
#3BA5CC (or 0x3BA5CC) is known color: Summer Sky. HEX triplet: 3B, A5 and CC. RGB value is (59,165,204). Sum of RGB (Red+Green+Blue) = 59+165+204=428 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.79% from 428); Green value is 165 (64.84% from 255 or 38.55% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #3BA5CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3BA5CC is #C45A33. Grayscale: #898989. Windows color (decimal): -12868148 or 13411643. OLE color: 13411643.
HSL color Cylindrical-coordinate representation of color #3BA5CC: hue angle of 196.14º 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 #3BA5CC is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 59 | 165 | 204 | - |
| CMYK | 0.71 | 0.19 | 0 | 0.2 |
| HSL | 196.14º | 0.59% | 0.52% | - |
| HSV(B) | 196.14º | 0.71% | 0.8% | - |
| XYZ | 26.16 | 32.2 | 61.96 | - |
| YUV | 137.75 | 165.38 | 71.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 165 | 204 | 0.71 | 0.19 | 0 | 0.2 | 196.14 | 0.59 | 0.52 |
| Hex | 3B | A5 | CC | 47 | 13 | 0 | 14 | C4 | 3B | 34 |
| Octal | 73 | 245 | 314 | 107 | 23 | 0 | 24 | 304 | 73 | 64 |
| Binary | 111011 | 10100101 | 11001100 | 1000111 | 10011 | 0 | 10100 | 11000100 | 111011 | 110100 |
Color Harmonies of #3BA5CC
Complementary color
Monochromatic Colors of #3BA5CC
Black with #3BA5CC
Text Example
Text Example
White with #3BA5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA5CC; }
p { color: rgb(59,165,204); }
H1.HeaderClassName
{
color: #3BA5CC;
}
.AnyTagClassName
{
color: #3BA5CC;
}
</style>
background-color css
<style>
a { background-color: #3BA5CC; }
a { background-color: rgb(59,165,204); }
div.DivClassName
{
background-color: #3BA5CC;
}
.BgClassName
{
background-color: #3BA5CC;
}
</style>
border-color css
<style>
span { border-color: #3BA5CC; }
span { border-color: rgb(59,165,204); }
td.TdClassName
{
border-color: #3BA5CC;
}
.TagClassName
{
border-color: #3BA5CC;
}
</style>