Shades of Curious Blue #3594BB
Tints of Curious Blue #3594BB
RGB
CMYK
RGB Variations
Color information
#3594BB (or 0x3594BB) is known color: Curious Blue. HEX triplet: 35, 94 and BB. RGB value is (53,148,187). Sum of RGB (Red+Green+Blue) = 53+148+187=388 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.66% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 187 - color contains mainly: blue. Hex color #3594BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3594BB is #CA6B44. Grayscale: #7B7B7B. Windows color (decimal): -13265733 or 12293173. OLE color: 12293173.
HSL color Cylindrical-coordinate representation of color #3594BB: hue angle of 197.46º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3594BB is Cyan = 0.72, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 148 | 187 | - |
| CMYK | 0.72 | 0.21 | 0 | 0.27 |
| HSL | 197.46º | 0.56% | 0.47% | - |
| HSV(B) | 197.46º | 0.72% | 0.73% | - |
| XYZ | 21.03 | 25.52 | 50.83 | - |
| YUV | 124.04 | 163.53 | 77.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 148 | 187 | 0.72 | 0.21 | 0 | 0.27 | 197.46 | 0.56 | 0.47 |
| Hex | 35 | 94 | BB | 48 | 15 | 0 | 1B | C5 | 38 | 2F |
| Octal | 65 | 224 | 273 | 110 | 25 | 0 | 33 | 305 | 70 | 57 |
| Binary | 110101 | 10010100 | 10111011 | 1001000 | 10101 | 0 | 11011 | 11000101 | 111000 | 101111 |
Color Harmonies of #3594BB
Complementary color
Monochromatic Colors of #3594BB
Black with #3594BB
Text Example
Text Example
White with #3594BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3594BB; }
p { color: rgb(53,148,187); }
H1.HeaderClassName
{
color: #3594BB;
}
.AnyTagClassName
{
color: #3594BB;
}
</style>
background-color css
<style>
a { background-color: #3594BB; }
a { background-color: rgb(53,148,187); }
div.DivClassName
{
background-color: #3594BB;
}
.BgClassName
{
background-color: #3594BB;
}
</style>
border-color css
<style>
span { border-color: #3594BB; }
span { border-color: rgb(53,148,187); }
td.TdClassName
{
border-color: #3594BB;
}
.TagClassName
{
border-color: #3594BB;
}
</style>