Shades of Curious Blue #3297CE
Tints of Curious Blue #3297CE
RGB
CMYK
RGB Variations
Color information
#3297CE (or 0x3297CE) is known color: Curious Blue. HEX triplet: 32, 97 and CE. RGB value is (50,151,206). Sum of RGB (Red+Green+Blue) = 50+151+206=407 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.29% from 407); Green value is 151 (59.38% from 255 or 37.10% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #3297CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3297CE is #CD6831. Grayscale: #7E7E7E. Windows color (decimal): -13461554 or 13539122. OLE color: 13539122.
HSL color Cylindrical-coordinate representation of color #3297CE: hue angle of 201.15º 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 #3297CE is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 151 | 206 | - |
| CMYK | 0.76 | 0.27 | 0 | 0.19 |
| HSL | 201.15º | 0.61% | 0.5% | - |
| HSV(B) | 201.15º | 0.76% | 0.81% | - |
| XYZ | 23.52 | 27.27 | 62.42 | - |
| YUV | 127.07 | 172.54 | 73.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 151 | 206 | 0.76 | 0.27 | 0 | 0.19 | 201.15 | 0.61 | 0.5 |
| Hex | 32 | 97 | CE | 4C | 1B | 0 | 13 | C9 | 3D | 32 |
| Octal | 62 | 227 | 316 | 114 | 33 | 0 | 23 | 311 | 75 | 62 |
| Binary | 110010 | 10010111 | 11001110 | 1001100 | 11011 | 0 | 10011 | 11001001 | 111101 | 110010 |
Color Harmonies of #3297CE
Complementary color
Monochromatic Colors of #3297CE
Black with #3297CE
Text Example
Text Example
White with #3297CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3297CE; }
p { color: rgb(50,151,206); }
H1.HeaderClassName
{
color: #3297CE;
}
.AnyTagClassName
{
color: #3297CE;
}
</style>
background-color css
<style>
a { background-color: #3297CE; }
a { background-color: rgb(50,151,206); }
div.DivClassName
{
background-color: #3297CE;
}
.BgClassName
{
background-color: #3297CE;
}
</style>
border-color css
<style>
span { border-color: #3297CE; }
span { border-color: rgb(50,151,206); }
td.TdClassName
{
border-color: #3297CE;
}
.TagClassName
{
border-color: #3297CE;
}
</style>