Shades of Curious Blue #337ACD
Tints of Curious Blue #337ACD
RGB
CMYK
RGB Variations
Color information
#337ACD (or 0x337ACD) is known color: Curious Blue. HEX triplet: 33, 7A and CD. RGB value is (51,122,205). Sum of RGB (Red+Green+Blue) = 51+122+205=378 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.49% from 378); Green value is 122 (48.05% from 255 or 32.28% from 378); Blue value is 205 (80.47% from 255 or 54.23% from 378); Max value from RGB is 205 - color contains mainly: blue. Hex color #337ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337ACD is #CC8532. Grayscale: #6D6D6D. Windows color (decimal): -13403443 or 13466163. OLE color: 13466163.
HSL color Cylindrical-coordinate representation of color #337ACD: hue angle of 212.34º degrees, saturation: 0.61, 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 #337ACD is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 122 | 205 | - |
| CMYK | 0.75 | 0.40 | 0 | 0.20 |
| HSL | 212.34º | 0.61% | 0.5% | - |
| HSV(B) | 212.34º | 0.75% | 0.8% | - |
| XYZ | 19.34 | 19.03 | 60.41 | - |
| YUV | 110.23 | 181.48 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 122 | 205 | 0.75 | 0.40 | 0 | 0.20 | 212.34 | 0.61 | 0.5 |
| Hex | 33 | 7A | CD | 4B | 28 | 0 | 14 | D4 | 3D | 32 |
| Octal | 63 | 172 | 315 | 113 | 50 | 0 | 24 | 324 | 75 | 62 |
| Binary | 110011 | 1111010 | 11001101 | 1001011 | 101000 | 0 | 10100 | 11010100 | 111101 | 110010 |
Color Harmonies of #337ACD
Complementary color
Monochromatic Colors of #337ACD
Black with #337ACD
Text Example
Text Example
White with #337ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337ACD; }
p { color: rgb(51,122,205); }
H1.HeaderClassName
{
color: #337ACD;
}
.AnyTagClassName
{
color: #337ACD;
}
</style>
background-color css
<style>
a { background-color: #337ACD; }
a { background-color: rgb(51,122,205); }
div.DivClassName
{
background-color: #337ACD;
}
.BgClassName
{
background-color: #337ACD;
}
</style>
border-color css
<style>
span { border-color: #337ACD; }
span { border-color: rgb(51,122,205); }
td.TdClassName
{
border-color: #337ACD;
}
.TagClassName
{
border-color: #337ACD;
}
</style>