Shades of Curious Blue #3589B6
Tints of Curious Blue #3589B6
RGB
CMYK
RGB Variations
Color information
#3589B6 (or 0x3589B6) is known color: Curious Blue. HEX triplet: 35, 89 and B6. RGB value is (53,137,182). Sum of RGB (Red+Green+Blue) = 53+137+182=372 (49% of max value = 765). Red value is 53 (21.09% from 255 or 14.25% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 182 (71.48% from 255 or 48.92% from 372); Max value from RGB is 182 - color contains mainly: blue. Hex color #3589B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3589B6 is #CA7649. Grayscale: #747474. Windows color (decimal): -13268554 or 11962677. OLE color: 11962677.
HSL color Cylindrical-coordinate representation of color #3589B6: hue angle of 200.93º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3589B6 is Cyan = 0.71, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 53 | 137 | 182 | - |
| CMYK | 0.71 | 0.25 | 0 | 0.29 |
| HSL | 200.93º | 0.55% | 0.46% | - |
| HSV(B) | 200.93º | 0.71% | 0.71% | - |
| XYZ | 18.86 | 22.03 | 47.51 | - |
| YUV | 117.01 | 164.67 | 82.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 137 | 182 | 0.71 | 0.25 | 0 | 0.29 | 200.93 | 0.55 | 0.46 |
| Hex | 35 | 89 | B6 | 47 | 19 | 0 | 1D | C9 | 37 | 2E |
| Octal | 65 | 211 | 266 | 107 | 31 | 0 | 35 | 311 | 67 | 56 |
| Binary | 110101 | 10001001 | 10110110 | 1000111 | 11001 | 0 | 11101 | 11001001 | 110111 | 101110 |
Color Harmonies of #3589B6
Complementary color
Monochromatic Colors of #3589B6
Black with #3589B6
Text Example
Text Example
White with #3589B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3589B6; }
p { color: rgb(53,137,182); }
H1.HeaderClassName
{
color: #3589B6;
}
.AnyTagClassName
{
color: #3589B6;
}
</style>
background-color css
<style>
a { background-color: #3589B6; }
a { background-color: rgb(53,137,182); }
div.DivClassName
{
background-color: #3589B6;
}
.BgClassName
{
background-color: #3589B6;
}
</style>
border-color css
<style>
span { border-color: #3589B6; }
span { border-color: rgb(53,137,182); }
td.TdClassName
{
border-color: #3589B6;
}
.TagClassName
{
border-color: #3589B6;
}
</style>