Shades of Curious Blue #3490CB
Tints of Curious Blue #3490CB
RGB
CMYK
RGB Variations
Color information
#3490CB (or 0x3490CB) is known color: Curious Blue. HEX triplet: 34, 90 and CB. RGB value is (52,144,203). Sum of RGB (Red+Green+Blue) = 52+144+203=399 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.03% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #3490CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3490CB is #CB6F34. Grayscale: #7A7A7A. Windows color (decimal): -13332277 or 13340724. OLE color: 13340724.
HSL color Cylindrical-coordinate representation of color #3490CB: hue angle of 203.44º 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 #3490CB is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 144 | 203 | - |
| CMYK | 0.74 | 0.29 | 0 | 0.20 |
| HSL | 203.44º | 0.59% | 0.5% | - |
| HSV(B) | 203.44º | 0.74% | 0.8% | - |
| XYZ | 22.17 | 24.99 | 60.15 | - |
| YUV | 123.22 | 173.02 | 77.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 144 | 203 | 0.74 | 0.29 | 0 | 0.20 | 203.44 | 0.59 | 0.5 |
| Hex | 34 | 90 | CB | 4A | 1D | 0 | 14 | CB | 3B | 32 |
| Octal | 64 | 220 | 313 | 112 | 35 | 0 | 24 | 313 | 73 | 62 |
| Binary | 110100 | 10010000 | 11001011 | 1001010 | 11101 | 0 | 10100 | 11001011 | 111011 | 110010 |
Color Harmonies of #3490CB
Complementary color
Monochromatic Colors of #3490CB
Black with #3490CB
Text Example
Text Example
White with #3490CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3490CB; }
p { color: rgb(52,144,203); }
H1.HeaderClassName
{
color: #3490CB;
}
.AnyTagClassName
{
color: #3490CB;
}
</style>
background-color css
<style>
a { background-color: #3490CB; }
a { background-color: rgb(52,144,203); }
div.DivClassName
{
background-color: #3490CB;
}
.BgClassName
{
background-color: #3490CB;
}
</style>
border-color css
<style>
span { border-color: #3490CB; }
span { border-color: rgb(52,144,203); }
td.TdClassName
{
border-color: #3490CB;
}
.TagClassName
{
border-color: #3490CB;
}
</style>