Shades of Curious Blue #337FC1
Tints of Curious Blue #337FC1
RGB
CMYK
RGB Variations
Color information
#337FC1 (or 0x337FC1) is known color: Curious Blue. HEX triplet: 33, 7F and C1. RGB value is (51,127,193). Sum of RGB (Red+Green+Blue) = 51+127+193=371 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.75% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 193 (75.78% from 255 or 52.02% from 371); Max value from RGB is 193 - color contains mainly: blue. Hex color #337FC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337FC1 is #CC803E. Grayscale: #6F6F6F. Windows color (decimal): -13402175 or 12681011. OLE color: 12681011.
HSL color Cylindrical-coordinate representation of color #337FC1: hue angle of 207.89º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #337FC1 is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 51 | 127 | 193 | - |
| CMYK | 0.74 | 0.34 | 0 | 0.24 |
| HSL | 207.89º | 0.58% | 0.48% | - |
| HSV(B) | 207.89º | 0.74% | 0.76% | - |
| XYZ | 18.58 | 19.73 | 53.28 | - |
| YUV | 111.8 | 173.82 | 84.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 127 | 193 | 0.74 | 0.34 | 0 | 0.24 | 207.89 | 0.58 | 0.48 |
| Hex | 33 | 7F | C1 | 4A | 22 | 0 | 18 | D0 | 3A | 30 |
| Octal | 63 | 177 | 301 | 112 | 42 | 0 | 30 | 320 | 72 | 60 |
| Binary | 110011 | 1111111 | 11000001 | 1001010 | 100010 | 0 | 11000 | 11010000 | 111010 | 110000 |
Color Harmonies of #337FC1
Complementary color
Monochromatic Colors of #337FC1
Black with #337FC1
Text Example
Text Example
White with #337FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337FC1; }
p { color: rgb(51,127,193); }
H1.HeaderClassName
{
color: #337FC1;
}
.AnyTagClassName
{
color: #337FC1;
}
</style>
background-color css
<style>
a { background-color: #337FC1; }
a { background-color: rgb(51,127,193); }
div.DivClassName
{
background-color: #337FC1;
}
.BgClassName
{
background-color: #337FC1;
}
</style>
border-color css
<style>
span { border-color: #337FC1; }
span { border-color: rgb(51,127,193); }
td.TdClassName
{
border-color: #337FC1;
}
.TagClassName
{
border-color: #337FC1;
}
</style>