Shades of Curious Blue #3580AB
Tints of Curious Blue #3580AB
RGB
CMYK
RGB Variations
Color information
#3580AB (or 0x3580AB) is known color: Curious Blue. HEX triplet: 35, 80 and AB. RGB value is (53,128,171). Sum of RGB (Red+Green+Blue) = 53+128+171=352 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.06% from 352); Green value is 128 (50.39% from 255 or 36.36% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #3580AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3580AB is #CA7F54. Grayscale: #6E6E6E. Windows color (decimal): -13270869 or 11239477. OLE color: 11239477.
HSL color Cylindrical-coordinate representation of color #3580AB: hue angle of 201.86º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3580AB is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 128 | 171 | - |
| CMYK | 0.69 | 0.25 | 0 | 0.33 |
| HSL | 201.86º | 0.53% | 0.44% | - |
| HSV(B) | 201.86º | 0.69% | 0.67% | - |
| XYZ | 16.54 | 19.14 | 41.35 | - |
| YUV | 110.48 | 162.15 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 128 | 171 | 0.69 | 0.25 | 0 | 0.33 | 201.86 | 0.53 | 0.44 |
| Hex | 35 | 80 | AB | 45 | 19 | 0 | 21 | CA | 35 | 2C |
| Octal | 65 | 200 | 253 | 105 | 31 | 0 | 41 | 312 | 65 | 54 |
| Binary | 110101 | 10000000 | 10101011 | 1000101 | 11001 | 0 | 100001 | 11001010 | 110101 | 101100 |
Color Harmonies of #3580AB
Complementary color
Monochromatic Colors of #3580AB
Black with #3580AB
Text Example
Text Example
White with #3580AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3580AB; }
p { color: rgb(53,128,171); }
H1.HeaderClassName
{
color: #3580AB;
}
.AnyTagClassName
{
color: #3580AB;
}
</style>
background-color css
<style>
a { background-color: #3580AB; }
a { background-color: rgb(53,128,171); }
div.DivClassName
{
background-color: #3580AB;
}
.BgClassName
{
background-color: #3580AB;
}
</style>
border-color css
<style>
span { border-color: #3580AB; }
span { border-color: rgb(53,128,171); }
td.TdClassName
{
border-color: #3580AB;
}
.TagClassName
{
border-color: #3580AB;
}
</style>