Shades of Curious Blue #3580CF
Tints of Curious Blue #3580CF
RGB
CMYK
RGB Variations
Color information
#3580CF (or 0x3580CF) is known color: Curious Blue. HEX triplet: 35, 80 and CF. RGB value is (53,128,207). Sum of RGB (Red+Green+Blue) = 53+128+207=388 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.66% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #3580CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3580CF is #CA7F30. Grayscale: #727272. Windows color (decimal): -13270833 or 13598773. OLE color: 13598773.
HSL color Cylindrical-coordinate representation of color #3580CF: hue angle of 210.78º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3580CF is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 128 | 207 | - |
| CMYK | 0.74 | 0.38 | 0 | 0.19 |
| HSL | 210.78º | 0.62% | 0.51% | - |
| HSV(B) | 210.78º | 0.74% | 0.81% | - |
| XYZ | 20.45 | 20.7 | 61.95 | - |
| YUV | 114.58 | 180.15 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 128 | 207 | 0.74 | 0.38 | 0 | 0.19 | 210.78 | 0.62 | 0.51 |
| Hex | 35 | 80 | CF | 4A | 26 | 0 | 13 | D3 | 3E | 33 |
| Octal | 65 | 200 | 317 | 112 | 46 | 0 | 23 | 323 | 76 | 63 |
| Binary | 110101 | 10000000 | 11001111 | 1001010 | 100110 | 0 | 10011 | 11010011 | 111110 | 110011 |
Color Harmonies of #3580CF
Complementary color
Monochromatic Colors of #3580CF
Black with #3580CF
Text Example
Text Example
White with #3580CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3580CF; }
p { color: rgb(53,128,207); }
H1.HeaderClassName
{
color: #3580CF;
}
.AnyTagClassName
{
color: #3580CF;
}
</style>
background-color css
<style>
a { background-color: #3580CF; }
a { background-color: rgb(53,128,207); }
div.DivClassName
{
background-color: #3580CF;
}
.BgClassName
{
background-color: #3580CF;
}
</style>
border-color css
<style>
span { border-color: #3580CF; }
span { border-color: rgb(53,128,207); }
td.TdClassName
{
border-color: #3580CF;
}
.TagClassName
{
border-color: #3580CF;
}
</style>