Shades of Curious Blue #3295CE
Tints of Curious Blue #3295CE
RGB
CMYK
RGB Variations
Color information
#3295CE (or 0x3295CE) is known color: Curious Blue. HEX triplet: 32, 95 and CE. RGB value is (50,149,206). Sum of RGB (Red+Green+Blue) = 50+149+206=405 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.35% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #3295CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3295CE is #CD6A31. Grayscale: #7D7D7D. Windows color (decimal): -13462066 or 13538610. OLE color: 13538610.
HSL color Cylindrical-coordinate representation of color #3295CE: hue angle of 201.92º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3295CE is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 149 | 206 | - |
| CMYK | 0.76 | 0.28 | 0 | 0.19 |
| HSL | 201.92º | 0.61% | 0.5% | - |
| HSV(B) | 201.92º | 0.76% | 0.81% | - |
| XYZ | 23.2 | 26.63 | 62.31 | - |
| YUV | 125.9 | 173.2 | 73.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 149 | 206 | 0.76 | 0.28 | 0 | 0.19 | 201.92 | 0.61 | 0.5 |
| Hex | 32 | 95 | CE | 4C | 1C | 0 | 13 | CA | 3D | 32 |
| Octal | 62 | 225 | 316 | 114 | 34 | 0 | 23 | 312 | 75 | 62 |
| Binary | 110010 | 10010101 | 11001110 | 1001100 | 11100 | 0 | 10011 | 11001010 | 111101 | 110010 |
Color Harmonies of #3295CE
Complementary color
Monochromatic Colors of #3295CE
Black with #3295CE
Text Example
Text Example
White with #3295CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3295CE; }
p { color: rgb(50,149,206); }
H1.HeaderClassName
{
color: #3295CE;
}
.AnyTagClassName
{
color: #3295CE;
}
</style>
background-color css
<style>
a { background-color: #3295CE; }
a { background-color: rgb(50,149,206); }
div.DivClassName
{
background-color: #3295CE;
}
.BgClassName
{
background-color: #3295CE;
}
</style>
border-color css
<style>
span { border-color: #3295CE; }
span { border-color: rgb(50,149,206); }
td.TdClassName
{
border-color: #3295CE;
}
.TagClassName
{
border-color: #3295CE;
}
</style>