Shades of Curious Blue #3492CE
Tints of Curious Blue #3492CE
RGB
CMYK
RGB Variations
Color information
#3492CE (or 0x3492CE) is known color: Curious Blue. HEX triplet: 34, 92 and CE. RGB value is (52,146,206). Sum of RGB (Red+Green+Blue) = 52+146+206=404 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.87% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #3492CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3492CE is #CB6D31. Grayscale: #7C7C7C. Windows color (decimal): -13331762 or 13537844. OLE color: 13537844.
HSL color Cylindrical-coordinate representation of color #3492CE: hue angle of 203.38º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3492CE is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 146 | 206 | - |
| CMYK | 0.75 | 0.29 | 0 | 0.19 |
| HSL | 203.38º | 0.61% | 0.51% | - |
| HSV(B) | 203.38º | 0.75% | 0.81% | - |
| XYZ | 22.84 | 25.74 | 62.16 | - |
| YUV | 124.73 | 173.86 | 76.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 146 | 206 | 0.75 | 0.29 | 0 | 0.19 | 203.38 | 0.61 | 0.51 |
| Hex | 34 | 92 | CE | 4B | 1D | 0 | 13 | CB | 3D | 33 |
| Octal | 64 | 222 | 316 | 113 | 35 | 0 | 23 | 313 | 75 | 63 |
| Binary | 110100 | 10010010 | 11001110 | 1001011 | 11101 | 0 | 10011 | 11001011 | 111101 | 110011 |
Color Harmonies of #3492CE
Complementary color
Monochromatic Colors of #3492CE
Black with #3492CE
Text Example
Text Example
White with #3492CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3492CE; }
p { color: rgb(52,146,206); }
H1.HeaderClassName
{
color: #3492CE;
}
.AnyTagClassName
{
color: #3492CE;
}
</style>
background-color css
<style>
a { background-color: #3492CE; }
a { background-color: rgb(52,146,206); }
div.DivClassName
{
background-color: #3492CE;
}
.BgClassName
{
background-color: #3492CE;
}
</style>
border-color css
<style>
span { border-color: #3492CE; }
span { border-color: rgb(52,146,206); }
td.TdClassName
{
border-color: #3492CE;
}
.TagClassName
{
border-color: #3492CE;
}
</style>