Shades of Curious Blue #3589BD
Tints of Curious Blue #3589BD
RGB
CMYK
RGB Variations
Color information
#3589BD (or 0x3589BD) is known color: Curious Blue. HEX triplet: 35, 89 and BD. RGB value is (53,137,189). Sum of RGB (Red+Green+Blue) = 53+137+189=379 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.98% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 189 (74.22% from 255 or 49.87% from 379); Max value from RGB is 189 - color contains mainly: blue. Hex color #3589BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3589BD is #CA7642. Grayscale: #757575. Windows color (decimal): -13268547 or 12421429. OLE color: 12421429.
HSL color Cylindrical-coordinate representation of color #3589BD: hue angle of 202.94º 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 #3589BD is Cyan = 0.72, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 137 | 189 | - |
| CMYK | 0.72 | 0.28 | 0 | 0.26 |
| HSL | 202.94º | 0.56% | 0.47% | - |
| HSV(B) | 202.94º | 0.72% | 0.74% | - |
| XYZ | 19.6 | 22.32 | 51.42 | - |
| YUV | 117.81 | 168.17 | 81.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 137 | 189 | 0.72 | 0.28 | 0 | 0.26 | 202.94 | 0.56 | 0.47 |
| Hex | 35 | 89 | BD | 48 | 1C | 0 | 1A | CB | 38 | 2F |
| Octal | 65 | 211 | 275 | 110 | 34 | 0 | 32 | 313 | 70 | 57 |
| Binary | 110101 | 10001001 | 10111101 | 1001000 | 11100 | 0 | 11010 | 11001011 | 111000 | 101111 |
Color Harmonies of #3589BD
Complementary color
Monochromatic Colors of #3589BD
Black with #3589BD
Text Example
Text Example
White with #3589BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3589BD; }
p { color: rgb(53,137,189); }
H1.HeaderClassName
{
color: #3589BD;
}
.AnyTagClassName
{
color: #3589BD;
}
</style>
background-color css
<style>
a { background-color: #3589BD; }
a { background-color: rgb(53,137,189); }
div.DivClassName
{
background-color: #3589BD;
}
.BgClassName
{
background-color: #3589BD;
}
</style>
border-color css
<style>
span { border-color: #3589BD; }
span { border-color: rgb(53,137,189); }
td.TdClassName
{
border-color: #3589BD;
}
.TagClassName
{
border-color: #3589BD;
}
</style>