Shades of Curious Blue #337FA8
Tints of Curious Blue #337FA8
RGB
CMYK
RGB Variations
Color information
#337FA8 (or 0x337FA8) is known color: Curious Blue. HEX triplet: 33, 7F and A8. RGB value is (51,127,168). Sum of RGB (Red+Green+Blue) = 51+127+168=346 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.74% from 346); Green value is 127 (50% from 255 or 36.71% from 346); Blue value is 168 (66.02% from 255 or 48.55% from 346); Max value from RGB is 168 - color contains mainly: blue. Hex color #337FA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337FA8 is #CC8057. Grayscale: #6C6C6C. Windows color (decimal): -13402200 or 11042611. OLE color: 11042611.
HSL color Cylindrical-coordinate representation of color #337FA8: hue angle of 201.03º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #337FA8 is Cyan = 0.70, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 51 | 127 | 168 | - |
| CMYK | 0.70 | 0.24 | 0 | 0.34 |
| HSL | 201.03º | 0.53% | 0.43% | - |
| HSV(B) | 201.03º | 0.7% | 0.66% | - |
| XYZ | 16.02 | 18.71 | 39.81 | - |
| YUV | 108.95 | 161.32 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 127 | 168 | 0.70 | 0.24 | 0 | 0.34 | 201.03 | 0.53 | 0.43 |
| Hex | 33 | 7F | A8 | 46 | 18 | 0 | 22 | C9 | 35 | 2B |
| Octal | 63 | 177 | 250 | 106 | 30 | 0 | 42 | 311 | 65 | 53 |
| Binary | 110011 | 1111111 | 10101000 | 1000110 | 11000 | 0 | 100010 | 11001001 | 110101 | 101011 |
Color Harmonies of #337FA8
Complementary color
Monochromatic Colors of #337FA8
Black with #337FA8
Text Example
Text Example
White with #337FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337FA8; }
p { color: rgb(51,127,168); }
H1.HeaderClassName
{
color: #337FA8;
}
.AnyTagClassName
{
color: #337FA8;
}
</style>
background-color css
<style>
a { background-color: #337FA8; }
a { background-color: rgb(51,127,168); }
div.DivClassName
{
background-color: #337FA8;
}
.BgClassName
{
background-color: #337FA8;
}
</style>
border-color css
<style>
span { border-color: #337FA8; }
span { border-color: rgb(51,127,168); }
td.TdClassName
{
border-color: #337FA8;
}
.TagClassName
{
border-color: #337FA8;
}
</style>