Shades of Curious Blue #3396C9
Tints of Curious Blue #3396C9
RGB
CMYK
RGB Variations
Color information
#3396C9 (or 0x3396C9) is known color: Curious Blue. HEX triplet: 33, 96 and C9. RGB value is (51,150,201). Sum of RGB (Red+Green+Blue) = 51+150+201=402 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.69% from 402); Green value is 150 (58.98% from 255 or 37.31% from 402); Blue value is 201 (78.91% from 255 or 50% from 402); Max value from RGB is 201 - color contains mainly: blue. Hex color #3396C9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3396C9 is #CC6936. Grayscale: #7D7D7D. Windows color (decimal): -13396279 or 13211187. OLE color: 13211187.
HSL color Cylindrical-coordinate representation of color #3396C9: hue angle of 200.4º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3396C9 is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 51 | 150 | 201 | - |
| CMYK | 0.75 | 0.25 | 0 | 0.21 |
| HSL | 200.4º | 0.6% | 0.49% | - |
| HSV(B) | 200.4º | 0.75% | 0.79% | - |
| XYZ | 22.81 | 26.73 | 59.22 | - |
| YUV | 126.21 | 170.2 | 74.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 150 | 201 | 0.75 | 0.25 | 0 | 0.21 | 200.4 | 0.6 | 0.49 |
| Hex | 33 | 96 | C9 | 4B | 19 | 0 | 15 | C8 | 3C | 31 |
| Octal | 63 | 226 | 311 | 113 | 31 | 0 | 25 | 310 | 74 | 61 |
| Binary | 110011 | 10010110 | 11001001 | 1001011 | 11001 | 0 | 10101 | 11001000 | 111100 | 110001 |
Color Harmonies of #3396C9
Complementary color
Monochromatic Colors of #3396C9
Black with #3396C9
Text Example
Text Example
White with #3396C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3396C9; }
p { color: rgb(51,150,201); }
H1.HeaderClassName
{
color: #3396C9;
}
.AnyTagClassName
{
color: #3396C9;
}
</style>
background-color css
<style>
a { background-color: #3396C9; }
a { background-color: rgb(51,150,201); }
div.DivClassName
{
background-color: #3396C9;
}
.BgClassName
{
background-color: #3396C9;
}
</style>
border-color css
<style>
span { border-color: #3396C9; }
span { border-color: rgb(51,150,201); }
td.TdClassName
{
border-color: #3396C9;
}
.TagClassName
{
border-color: #3396C9;
}
</style>