Shades of Curious Blue #3580CB
Tints of Curious Blue #3580CB
RGB
CMYK
RGB Variations
Color information
#3580CB (or 0x3580CB) is known color: Curious Blue. HEX triplet: 35, 80 and CB. RGB value is (53,128,203). Sum of RGB (Red+Green+Blue) = 53+128+203=384 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.80% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #3580CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3580CB is #CA7F34. Grayscale: #717171. Windows color (decimal): -13270837 or 13336629. OLE color: 13336629.
HSL color Cylindrical-coordinate representation of color #3580CB: hue angle of 210º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3580CB is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 128 | 203 | - |
| CMYK | 0.74 | 0.37 | 0 | 0.20 |
| HSL | 210º | 0.59% | 0.5% | - |
| HSV(B) | 210º | 0.74% | 0.8% | - |
| XYZ | 19.97 | 20.51 | 59.41 | - |
| YUV | 114.13 | 178.15 | 84.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 128 | 203 | 0.74 | 0.37 | 0 | 0.20 | 210 | 0.59 | 0.5 |
| Hex | 35 | 80 | CB | 4A | 25 | 0 | 14 | D2 | 3B | 32 |
| Octal | 65 | 200 | 313 | 112 | 45 | 0 | 24 | 322 | 73 | 62 |
| Binary | 110101 | 10000000 | 11001011 | 1001010 | 100101 | 0 | 10100 | 11010010 | 111011 | 110010 |
Color Harmonies of #3580CB
Complementary color
Monochromatic Colors of #3580CB
Black with #3580CB
Text Example
Text Example
White with #3580CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3580CB; }
p { color: rgb(53,128,203); }
H1.HeaderClassName
{
color: #3580CB;
}
.AnyTagClassName
{
color: #3580CB;
}
</style>
background-color css
<style>
a { background-color: #3580CB; }
a { background-color: rgb(53,128,203); }
div.DivClassName
{
background-color: #3580CB;
}
.BgClassName
{
background-color: #3580CB;
}
</style>
border-color css
<style>
span { border-color: #3580CB; }
span { border-color: rgb(53,128,203); }
td.TdClassName
{
border-color: #3580CB;
}
.TagClassName
{
border-color: #3580CB;
}
</style>