Shades of Curious Blue #337FAA
Tints of Curious Blue #337FAA
RGB
CMYK
RGB Variations
Color information
#337FAA (or 0x337FAA) is known color: Curious Blue. HEX triplet: 33, 7F and AA. RGB value is (51,127,170). Sum of RGB (Red+Green+Blue) = 51+127+170=348 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.66% from 348); Green value is 127 (50% from 255 or 36.49% from 348); Blue value is 170 (66.80% from 255 or 48.85% from 348); Max value from RGB is 170 - color contains mainly: blue. Hex color #337FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337FAA is #CC8055. Grayscale: #6C6C6C. Windows color (decimal): -13402198 or 11173683. OLE color: 11173683.
HSL color Cylindrical-coordinate representation of color #337FAA: hue angle of 201.68º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #337FAA is Cyan = 0.7, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 127 | 170 | - |
| CMYK | 0.7 | 0.25 | 0 | 0.33 |
| HSL | 201.68º | 0.54% | 0.43% | - |
| HSV(B) | 201.68º | 0.7% | 0.67% | - |
| XYZ | 16.21 | 18.78 | 40.8 | - |
| YUV | 109.18 | 162.32 | 86.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 127 | 170 | 0.7 | 0.25 | 0 | 0.33 | 201.68 | 0.54 | 0.43 |
| Hex | 33 | 7F | AA | 46 | 19 | 0 | 21 | CA | 36 | 2B |
| Octal | 63 | 177 | 252 | 106 | 31 | 0 | 41 | 312 | 66 | 53 |
| Binary | 110011 | 1111111 | 10101010 | 1000110 | 11001 | 0 | 100001 | 11001010 | 110110 | 101011 |
Color Harmonies of #337FAA
Complementary color
Monochromatic Colors of #337FAA
Black with #337FAA
Text Example
Text Example
White with #337FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337FAA; }
p { color: rgb(51,127,170); }
H1.HeaderClassName
{
color: #337FAA;
}
.AnyTagClassName
{
color: #337FAA;
}
</style>
background-color css
<style>
a { background-color: #337FAA; }
a { background-color: rgb(51,127,170); }
div.DivClassName
{
background-color: #337FAA;
}
.BgClassName
{
background-color: #337FAA;
}
</style>
border-color css
<style>
span { border-color: #337FAA; }
span { border-color: rgb(51,127,170); }
td.TdClassName
{
border-color: #337FAA;
}
.TagClassName
{
border-color: #337FAA;
}
</style>