Shades of Curious Blue #3492CD
Tints of Curious Blue #3492CD
RGB
CMYK
RGB Variations
Color information
#3492CD (or 0x3492CD) is known color: Curious Blue. HEX triplet: 34, 92 and CD. RGB value is (52,146,205). Sum of RGB (Red+Green+Blue) = 52+146+205=403 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.90% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #3492CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3492CD is #CB6D32. Grayscale: #7C7C7C. Windows color (decimal): -13331763 or 13472308. OLE color: 13472308.
HSL color Cylindrical-coordinate representation of color #3492CD: hue angle of 203.14º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3492CD is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 146 | 205 | - |
| CMYK | 0.75 | 0.29 | 0 | 0.20 |
| HSL | 203.14º | 0.6% | 0.5% | - |
| HSV(B) | 203.14º | 0.75% | 0.8% | - |
| XYZ | 22.71 | 25.7 | 61.52 | - |
| YUV | 124.62 | 173.36 | 76.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 146 | 205 | 0.75 | 0.29 | 0 | 0.20 | 203.14 | 0.6 | 0.5 |
| Hex | 34 | 92 | CD | 4B | 1D | 0 | 14 | CB | 3C | 32 |
| Octal | 64 | 222 | 315 | 113 | 35 | 0 | 24 | 313 | 74 | 62 |
| Binary | 110100 | 10010010 | 11001101 | 1001011 | 11101 | 0 | 10100 | 11001011 | 111100 | 110010 |
Color Harmonies of #3492CD
Complementary color
Monochromatic Colors of #3492CD
Black with #3492CD
Text Example
Text Example
White with #3492CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3492CD; }
p { color: rgb(52,146,205); }
H1.HeaderClassName
{
color: #3492CD;
}
.AnyTagClassName
{
color: #3492CD;
}
</style>
background-color css
<style>
a { background-color: #3492CD; }
a { background-color: rgb(52,146,205); }
div.DivClassName
{
background-color: #3492CD;
}
.BgClassName
{
background-color: #3492CD;
}
</style>
border-color css
<style>
span { border-color: #3492CD; }
span { border-color: rgb(52,146,205); }
td.TdClassName
{
border-color: #3492CD;
}
.TagClassName
{
border-color: #3492CD;
}
</style>