Shades of Curious Blue #3594CB
Tints of Curious Blue #3594CB
RGB
CMYK
RGB Variations
Color information
#3594CB (or 0x3594CB) is known color: Curious Blue. HEX triplet: 35, 94 and CB. RGB value is (53,148,203). Sum of RGB (Red+Green+Blue) = 53+148+203=404 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.12% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #3594CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3594CB is #CA6B34. Grayscale: #7D7D7D. Windows color (decimal): -13265717 or 13341749. OLE color: 13341749.
HSL color Cylindrical-coordinate representation of color #3594CB: hue angle of 202º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3594CB is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 148 | 203 | - |
| CMYK | 0.74 | 0.27 | 0 | 0.20 |
| HSL | 202º | 0.59% | 0.5% | - |
| HSV(B) | 202º | 0.74% | 0.8% | - |
| XYZ | 22.84 | 26.25 | 60.36 | - |
| YUV | 125.87 | 171.53 | 76.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 148 | 203 | 0.74 | 0.27 | 0 | 0.20 | 202 | 0.59 | 0.5 |
| Hex | 35 | 94 | CB | 4A | 1B | 0 | 14 | CA | 3B | 32 |
| Octal | 65 | 224 | 313 | 112 | 33 | 0 | 24 | 312 | 73 | 62 |
| Binary | 110101 | 10010100 | 11001011 | 1001010 | 11011 | 0 | 10100 | 11001010 | 111011 | 110010 |
Color Harmonies of #3594CB
Complementary color
Monochromatic Colors of #3594CB
Black with #3594CB
Text Example
Text Example
White with #3594CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3594CB; }
p { color: rgb(53,148,203); }
H1.HeaderClassName
{
color: #3594CB;
}
.AnyTagClassName
{
color: #3594CB;
}
</style>
background-color css
<style>
a { background-color: #3594CB; }
a { background-color: rgb(53,148,203); }
div.DivClassName
{
background-color: #3594CB;
}
.BgClassName
{
background-color: #3594CB;
}
</style>
border-color css
<style>
span { border-color: #3594CB; }
span { border-color: rgb(53,148,203); }
td.TdClassName
{
border-color: #3594CB;
}
.TagClassName
{
border-color: #3594CB;
}
</style>