Shades of Curious Blue #337FCC
Tints of Curious Blue #337FCC
RGB
CMYK
RGB Variations
Color information
#337FCC (or 0x337FCC) is known color: Curious Blue. HEX triplet: 33, 7F and CC. RGB value is (51,127,204). Sum of RGB (Red+Green+Blue) = 51+127+204=382 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.35% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #337FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337FCC is #CC8033. Grayscale: #707070. Windows color (decimal): -13402164 or 13401907. OLE color: 13401907.
HSL color Cylindrical-coordinate representation of color #337FCC: hue angle of 210.2º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #337FCC is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 51 | 127 | 204 | - |
| CMYK | 0.75 | 0.38 | 0 | 0.2 |
| HSL | 210.2º | 0.6% | 0.5% | - |
| HSV(B) | 210.2º | 0.75% | 0.8% | - |
| XYZ | 19.85 | 20.24 | 59.99 | - |
| YUV | 113.05 | 179.32 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 127 | 204 | 0.75 | 0.38 | 0 | 0.2 | 210.2 | 0.6 | 0.5 |
| Hex | 33 | 7F | CC | 4B | 26 | 0 | 14 | D2 | 3C | 32 |
| Octal | 63 | 177 | 314 | 113 | 46 | 0 | 24 | 322 | 74 | 62 |
| Binary | 110011 | 1111111 | 11001100 | 1001011 | 100110 | 0 | 10100 | 11010010 | 111100 | 110010 |
Color Harmonies of #337FCC
Complementary color
Monochromatic Colors of #337FCC
Black with #337FCC
Text Example
Text Example
White with #337FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337FCC; }
p { color: rgb(51,127,204); }
H1.HeaderClassName
{
color: #337FCC;
}
.AnyTagClassName
{
color: #337FCC;
}
</style>
background-color css
<style>
a { background-color: #337FCC; }
a { background-color: rgb(51,127,204); }
div.DivClassName
{
background-color: #337FCC;
}
.BgClassName
{
background-color: #337FCC;
}
</style>
border-color css
<style>
span { border-color: #337FCC; }
span { border-color: rgb(51,127,204); }
td.TdClassName
{
border-color: #337FCC;
}
.TagClassName
{
border-color: #337FCC;
}
</style>