Shades of Curious Blue #3575CB
Tints of Curious Blue #3575CB
RGB
CMYK
RGB Variations
Color information
#3575CB (or 0x3575CB) is known color: Curious Blue. HEX triplet: 35, 75 and CB. RGB value is (53,117,203). Sum of RGB (Red+Green+Blue) = 53+117+203=373 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.21% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 203 (79.69% from 255 or 54.42% from 373); Max value from RGB is 203 - color contains mainly: blue. Hex color #3575CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3575CB is #CA8A34. Grayscale: #6B6B6B. Windows color (decimal): -13273653 or 13333813. OLE color: 13333813.
HSL color Cylindrical-coordinate representation of color #3575CB: hue angle of 214.4º 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 #3575CB is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 117 | 203 | - |
| CMYK | 0.74 | 0.42 | 0 | 0.20 |
| HSL | 214.4º | 0.59% | 0.5% | - |
| HSV(B) | 214.4º | 0.74% | 0.8% | - |
| XYZ | 18.61 | 17.79 | 58.95 | - |
| YUV | 107.67 | 181.8 | 89.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 117 | 203 | 0.74 | 0.42 | 0 | 0.20 | 214.4 | 0.59 | 0.5 |
| Hex | 35 | 75 | CB | 4A | 2A | 0 | 14 | D6 | 3B | 32 |
| Octal | 65 | 165 | 313 | 112 | 52 | 0 | 24 | 326 | 73 | 62 |
| Binary | 110101 | 1110101 | 11001011 | 1001010 | 101010 | 0 | 10100 | 11010110 | 111011 | 110010 |
Color Harmonies of #3575CB
Complementary color
Monochromatic Colors of #3575CB
Black with #3575CB
Text Example
Text Example
White with #3575CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3575CB; }
p { color: rgb(53,117,203); }
H1.HeaderClassName
{
color: #3575CB;
}
.AnyTagClassName
{
color: #3575CB;
}
</style>
background-color css
<style>
a { background-color: #3575CB; }
a { background-color: rgb(53,117,203); }
div.DivClassName
{
background-color: #3575CB;
}
.BgClassName
{
background-color: #3575CB;
}
</style>
border-color css
<style>
span { border-color: #3575CB; }
span { border-color: rgb(53,117,203); }
td.TdClassName
{
border-color: #3575CB;
}
.TagClassName
{
border-color: #3575CB;
}
</style>