Shades of Curious Blue #3373C6
Tints of Curious Blue #3373C6
RGB
CMYK
RGB Variations
Color information
#3373C6 (or 0x3373C6) is known color: Curious Blue. HEX triplet: 33, 73 and C6. RGB value is (51,115,198). Sum of RGB (Red+Green+Blue) = 51+115+198=364 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.01% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 198 (77.73% from 255 or 54.40% from 364); Max value from RGB is 198 - color contains mainly: blue. Hex color #3373C6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3373C6 is #CC8C39. Grayscale: #686868. Windows color (decimal): -13405242 or 13005619. OLE color: 13005619.
HSL color Cylindrical-coordinate representation of color #3373C6: hue angle of 213.88º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3373C6 is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 51 | 115 | 198 | - |
| CMYK | 0.74 | 0.42 | 0 | 0.22 |
| HSL | 213.88º | 0.59% | 0.49% | - |
| HSV(B) | 213.88º | 0.74% | 0.78% | - |
| XYZ | 17.69 | 17.04 | 55.78 | - |
| YUV | 105.33 | 180.3 | 89.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 115 | 198 | 0.74 | 0.42 | 0 | 0.22 | 213.88 | 0.59 | 0.49 |
| Hex | 33 | 73 | C6 | 4A | 2A | 0 | 16 | D6 | 3B | 31 |
| Octal | 63 | 163 | 306 | 112 | 52 | 0 | 26 | 326 | 73 | 61 |
| Binary | 110011 | 1110011 | 11000110 | 1001010 | 101010 | 0 | 10110 | 11010110 | 111011 | 110001 |
Color Harmonies of #3373C6
Complementary color
Monochromatic Colors of #3373C6
Black with #3373C6
Text Example
Text Example
White with #3373C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3373C6; }
p { color: rgb(51,115,198); }
H1.HeaderClassName
{
color: #3373C6;
}
.AnyTagClassName
{
color: #3373C6;
}
</style>
background-color css
<style>
a { background-color: #3373C6; }
a { background-color: rgb(51,115,198); }
div.DivClassName
{
background-color: #3373C6;
}
.BgClassName
{
background-color: #3373C6;
}
</style>
border-color css
<style>
span { border-color: #3373C6; }
span { border-color: rgb(51,115,198); }
td.TdClassName
{
border-color: #3373C6;
}
.TagClassName
{
border-color: #3373C6;
}
</style>