Shades of Curious Blue #3580B1
Tints of Curious Blue #3580B1
RGB
CMYK
RGB Variations
Color information
#3580B1 (or 0x3580B1) is known color: Curious Blue. HEX triplet: 35, 80 and B1. RGB value is (53,128,177). Sum of RGB (Red+Green+Blue) = 53+128+177=358 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.80% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 177 (69.53% from 255 or 49.44% from 358); Max value from RGB is 177 - color contains mainly: blue. Hex color #3580B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3580B1 is #CA7F4E. Grayscale: #6E6E6E. Windows color (decimal): -13270863 or 11632693. OLE color: 11632693.
HSL color Cylindrical-coordinate representation of color #3580B1: hue angle of 203.71º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3580B1 is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 53 | 128 | 177 | - |
| CMYK | 0.70 | 0.28 | 0 | 0.31 |
| HSL | 203.71º | 0.54% | 0.45% | - |
| HSV(B) | 203.71º | 0.7% | 0.69% | - |
| XYZ | 17.12 | 19.37 | 44.43 | - |
| YUV | 111.16 | 165.15 | 86.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 128 | 177 | 0.70 | 0.28 | 0 | 0.31 | 203.71 | 0.54 | 0.45 |
| Hex | 35 | 80 | B1 | 46 | 1C | 0 | 1F | CC | 36 | 2D |
| Octal | 65 | 200 | 261 | 106 | 34 | 0 | 37 | 314 | 66 | 55 |
| Binary | 110101 | 10000000 | 10110001 | 1000110 | 11100 | 0 | 11111 | 11001100 | 110110 | 101101 |
Color Harmonies of #3580B1
Complementary color
Monochromatic Colors of #3580B1
Black with #3580B1
Text Example
Text Example
White with #3580B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3580B1; }
p { color: rgb(53,128,177); }
H1.HeaderClassName
{
color: #3580B1;
}
.AnyTagClassName
{
color: #3580B1;
}
</style>
background-color css
<style>
a { background-color: #3580B1; }
a { background-color: rgb(53,128,177); }
div.DivClassName
{
background-color: #3580B1;
}
.BgClassName
{
background-color: #3580B1;
}
</style>
border-color css
<style>
span { border-color: #3580B1; }
span { border-color: rgb(53,128,177); }
td.TdClassName
{
border-color: #3580B1;
}
.TagClassName
{
border-color: #3580B1;
}
</style>