Shades of Curious Blue #3594CA
Tints of Curious Blue #3594CA
RGB
CMYK
RGB Variations
Color information
#3594CA (or 0x3594CA) is known color: Curious Blue. HEX triplet: 35, 94 and CA. RGB value is (53,148,202). Sum of RGB (Red+Green+Blue) = 53+148+202=403 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.15% from 403); Green value is 148 (58.20% from 255 or 36.72% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #3594CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3594CA is #CA6B35. Grayscale: #7D7D7D. Windows color (decimal): -13265718 or 13276213. OLE color: 13276213.
HSL color Cylindrical-coordinate representation of color #3594CA: hue angle of 201.74º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3594CA is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 53 | 148 | 202 | - |
| CMYK | 0.74 | 0.27 | 0 | 0.21 |
| HSL | 201.75º | 0.58% | 0.5% | - |
| HSV(B) | 201.75º | 0.74% | 0.79% | - |
| XYZ | 22.72 | 26.2 | 59.74 | - |
| YUV | 125.75 | 171.03 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 148 | 202 | 0.74 | 0.27 | 0 | 0.21 | 201.75 | 0.58 | 0.5 |
| Hex | 35 | 94 | CA | 4A | 1B | 0 | 15 | CA | 3A | 32 |
| Octal | 65 | 224 | 312 | 112 | 33 | 0 | 25 | 312 | 72 | 62 |
| Binary | 110101 | 10010100 | 11001010 | 1001010 | 11011 | 0 | 10101 | 11001010 | 111010 | 110010 |
Color Harmonies of #3594CA
Complementary color
Monochromatic Colors of #3594CA
Black with #3594CA
Text Example
Text Example
White with #3594CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3594CA; }
p { color: rgb(53,148,202); }
H1.HeaderClassName
{
color: #3594CA;
}
.AnyTagClassName
{
color: #3594CA;
}
</style>
background-color css
<style>
a { background-color: #3594CA; }
a { background-color: rgb(53,148,202); }
div.DivClassName
{
background-color: #3594CA;
}
.BgClassName
{
background-color: #3594CA;
}
</style>
border-color css
<style>
span { border-color: #3594CA; }
span { border-color: rgb(53,148,202); }
td.TdClassName
{
border-color: #3594CA;
}
.TagClassName
{
border-color: #3594CA;
}
</style>