Shades of Curious Blue #337ACE
Tints of Curious Blue #337ACE
RGB
CMYK
RGB Variations
Color information
#337ACE (or 0x337ACE) is known color: Curious Blue. HEX triplet: 33, 7A and CE. RGB value is (51,122,206). Sum of RGB (Red+Green+Blue) = 51+122+206=379 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.46% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #337ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337ACE is #CC8531. Grayscale: #6D6D6D. Windows color (decimal): -13403442 or 13531699. OLE color: 13531699.
HSL color Cylindrical-coordinate representation of color #337ACE: hue angle of 212.52º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #337ACE is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 122 | 206 | - |
| CMYK | 0.75 | 0.41 | 0 | 0.19 |
| HSL | 212.52º | 0.61% | 0.5% | - |
| HSV(B) | 212.52º | 0.75% | 0.81% | - |
| XYZ | 19.47 | 19.08 | 61.05 | - |
| YUV | 110.35 | 181.98 | 85.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 122 | 206 | 0.75 | 0.41 | 0 | 0.19 | 212.52 | 0.61 | 0.5 |
| Hex | 33 | 7A | CE | 4B | 29 | 0 | 13 | D5 | 3D | 32 |
| Octal | 63 | 172 | 316 | 113 | 51 | 0 | 23 | 325 | 75 | 62 |
| Binary | 110011 | 1111010 | 11001110 | 1001011 | 101001 | 0 | 10011 | 11010101 | 111101 | 110010 |
Color Harmonies of #337ACE
Complementary color
Monochromatic Colors of #337ACE
Black with #337ACE
Text Example
Text Example
White with #337ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337ACE; }
p { color: rgb(51,122,206); }
H1.HeaderClassName
{
color: #337ACE;
}
.AnyTagClassName
{
color: #337ACE;
}
</style>
background-color css
<style>
a { background-color: #337ACE; }
a { background-color: rgb(51,122,206); }
div.DivClassName
{
background-color: #337ACE;
}
.BgClassName
{
background-color: #337ACE;
}
</style>
border-color css
<style>
span { border-color: #337ACE; }
span { border-color: rgb(51,122,206); }
td.TdClassName
{
border-color: #337ACE;
}
.TagClassName
{
border-color: #337ACE;
}
</style>