Shades of Curious Blue #3584CF
Tints of Curious Blue #3584CF
RGB
CMYK
RGB Variations
Color information
#3584CF (or 0x3584CF) is known color: Curious Blue. HEX triplet: 35, 84 and CF. RGB value is (53,132,207). Sum of RGB (Red+Green+Blue) = 53+132+207=392 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.52% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #3584CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3584CF is #CA7B30. Grayscale: #747474. Windows color (decimal): -13269809 or 13599797. OLE color: 13599797.
HSL color Cylindrical-coordinate representation of color #3584CF: hue angle of 209.22º degrees, saturation: 0.62, 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 #3584CF is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 132 | 207 | - |
| CMYK | 0.74 | 0.36 | 0 | 0.19 |
| HSL | 209.22º | 0.62% | 0.51% | - |
| HSV(B) | 209.22º | 0.74% | 0.81% | - |
| XYZ | 20.98 | 21.76 | 62.13 | - |
| YUV | 116.93 | 178.83 | 82.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 132 | 207 | 0.74 | 0.36 | 0 | 0.19 | 209.22 | 0.62 | 0.51 |
| Hex | 35 | 84 | CF | 4A | 24 | 0 | 13 | D1 | 3E | 33 |
| Octal | 65 | 204 | 317 | 112 | 44 | 0 | 23 | 321 | 76 | 63 |
| Binary | 110101 | 10000100 | 11001111 | 1001010 | 100100 | 0 | 10011 | 11010001 | 111110 | 110011 |
Color Harmonies of #3584CF
Complementary color
Monochromatic Colors of #3584CF
Black with #3584CF
Text Example
Text Example
White with #3584CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3584CF; }
p { color: rgb(53,132,207); }
H1.HeaderClassName
{
color: #3584CF;
}
.AnyTagClassName
{
color: #3584CF;
}
</style>
background-color css
<style>
a { background-color: #3584CF; }
a { background-color: rgb(53,132,207); }
div.DivClassName
{
background-color: #3584CF;
}
.BgClassName
{
background-color: #3584CF;
}
</style>
border-color css
<style>
span { border-color: #3584CF; }
span { border-color: rgb(53,132,207); }
td.TdClassName
{
border-color: #3584CF;
}
.TagClassName
{
border-color: #3584CF;
}
</style>