Shades of Curious Blue #3581BC
Tints of Curious Blue #3581BC
RGB
CMYK
RGB Variations
Color information
#3581BC (or 0x3581BC) is known color: Curious Blue. HEX triplet: 35, 81 and BC. RGB value is (53,129,188). Sum of RGB (Red+Green+Blue) = 53+129+188=370 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.32% from 370); Green value is 129 (50.78% from 255 or 34.86% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #3581BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3581BC is #CA7E43. Grayscale: #707070. Windows color (decimal): -13270596 or 12353845. OLE color: 12353845.
HSL color Cylindrical-coordinate representation of color #3581BC: hue angle of 206.22º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3581BC is Cyan = 0.72, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 129 | 188 | - |
| CMYK | 0.72 | 0.31 | 0 | 0.26 |
| HSL | 206.22º | 0.56% | 0.47% | - |
| HSV(B) | 206.22º | 0.72% | 0.74% | - |
| XYZ | 18.4 | 20.09 | 50.48 | - |
| YUV | 113 | 170.32 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 129 | 188 | 0.72 | 0.31 | 0 | 0.26 | 206.22 | 0.56 | 0.47 |
| Hex | 35 | 81 | BC | 48 | 1F | 0 | 1A | CE | 38 | 2F |
| Octal | 65 | 201 | 274 | 110 | 37 | 0 | 32 | 316 | 70 | 57 |
| Binary | 110101 | 10000001 | 10111100 | 1001000 | 11111 | 0 | 11010 | 11001110 | 111000 | 101111 |
Color Harmonies of #3581BC
Complementary color
Monochromatic Colors of #3581BC
Black with #3581BC
Text Example
Text Example
White with #3581BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3581BC; }
p { color: rgb(53,129,188); }
H1.HeaderClassName
{
color: #3581BC;
}
.AnyTagClassName
{
color: #3581BC;
}
</style>
background-color css
<style>
a { background-color: #3581BC; }
a { background-color: rgb(53,129,188); }
div.DivClassName
{
background-color: #3581BC;
}
.BgClassName
{
background-color: #3581BC;
}
</style>
border-color css
<style>
span { border-color: #3581BC; }
span { border-color: rgb(53,129,188); }
td.TdClassName
{
border-color: #3581BC;
}
.TagClassName
{
border-color: #3581BC;
}
</style>