Shades of Curious Blue #3373C5
Tints of Curious Blue #3373C5
RGB
CMYK
RGB Variations
Color information
#3373C5 (or 0x3373C5) is known color: Curious Blue. HEX triplet: 33, 73 and C5. RGB value is (51,115,197). Sum of RGB (Red+Green+Blue) = 51+115+197=363 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.05% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 197 (77.34% from 255 or 54.27% from 363); Max value from RGB is 197 - color contains mainly: blue. Hex color #3373C5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3373C5 is #CC8C3A. Grayscale: #686868. Windows color (decimal): -13405243 or 12940083. OLE color: 12940083.
HSL color Cylindrical-coordinate representation of color #3373C5: hue angle of 213.7º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3373C5 is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 51 | 115 | 197 | - |
| CMYK | 0.74 | 0.42 | 0 | 0.23 |
| HSL | 213.7º | 0.59% | 0.49% | - |
| HSV(B) | 213.7º | 0.74% | 0.77% | - |
| XYZ | 17.57 | 17 | 55.18 | - |
| YUV | 105.21 | 179.8 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 115 | 197 | 0.74 | 0.42 | 0 | 0.23 | 213.7 | 0.59 | 0.49 |
| Hex | 33 | 73 | C5 | 4A | 2A | 0 | 17 | D6 | 3B | 31 |
| Octal | 63 | 163 | 305 | 112 | 52 | 0 | 27 | 326 | 73 | 61 |
| Binary | 110011 | 1110011 | 11000101 | 1001010 | 101010 | 0 | 10111 | 11010110 | 111011 | 110001 |
Color Harmonies of #3373C5
Complementary color
Monochromatic Colors of #3373C5
Black with #3373C5
Text Example
Text Example
White with #3373C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3373C5; }
p { color: rgb(51,115,197); }
H1.HeaderClassName
{
color: #3373C5;
}
.AnyTagClassName
{
color: #3373C5;
}
</style>
background-color css
<style>
a { background-color: #3373C5; }
a { background-color: rgb(51,115,197); }
div.DivClassName
{
background-color: #3373C5;
}
.BgClassName
{
background-color: #3373C5;
}
</style>
border-color css
<style>
span { border-color: #3373C5; }
span { border-color: rgb(51,115,197); }
td.TdClassName
{
border-color: #3373C5;
}
.TagClassName
{
border-color: #3373C5;
}
</style>