Shades of Curious Blue #3589CE
Tints of Curious Blue #3589CE
RGB
CMYK
RGB Variations
Color information
#3589CE (or 0x3589CE) is known color: Curious Blue. HEX triplet: 35, 89 and CE. RGB value is (53,137,206). Sum of RGB (Red+Green+Blue) = 53+137+206=396 (52% of max value = 765). Red value is 53 (21.09% from 255 or 13.38% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #3589CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3589CE is #CA7631. Grayscale: #777777. Windows color (decimal): -13268530 or 13535541. OLE color: 13535541.
HSL color Cylindrical-coordinate representation of color #3589CE: hue angle of 207.06º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3589CE is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 137 | 206 | - |
| CMYK | 0.74 | 0.33 | 0 | 0.19 |
| HSL | 207.06º | 0.61% | 0.51% | - |
| HSV(B) | 207.06º | 0.74% | 0.81% | - |
| XYZ | 21.55 | 23.1 | 61.72 | - |
| YUV | 119.75 | 176.67 | 80.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 137 | 206 | 0.74 | 0.33 | 0 | 0.19 | 207.06 | 0.61 | 0.51 |
| Hex | 35 | 89 | CE | 4A | 21 | 0 | 13 | CF | 3D | 33 |
| Octal | 65 | 211 | 316 | 112 | 41 | 0 | 23 | 317 | 75 | 63 |
| Binary | 110101 | 10001001 | 11001110 | 1001010 | 100001 | 0 | 10011 | 11001111 | 111101 | 110011 |
Color Harmonies of #3589CE
Complementary color
Monochromatic Colors of #3589CE
Black with #3589CE
Text Example
Text Example
White with #3589CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3589CE; }
p { color: rgb(53,137,206); }
H1.HeaderClassName
{
color: #3589CE;
}
.AnyTagClassName
{
color: #3589CE;
}
</style>
background-color css
<style>
a { background-color: #3589CE; }
a { background-color: rgb(53,137,206); }
div.DivClassName
{
background-color: #3589CE;
}
.BgClassName
{
background-color: #3589CE;
}
</style>
border-color css
<style>
span { border-color: #3589CE; }
span { border-color: rgb(53,137,206); }
td.TdClassName
{
border-color: #3589CE;
}
.TagClassName
{
border-color: #3589CE;
}
</style>