Shades of Curious Blue #337FD2
Tints of Curious Blue #337FD2
RGB
CMYK
RGB Variations
Color information
#337FD2 (or 0x337FD2) is known color: Curious Blue. HEX triplet: 33, 7F and D2. RGB value is (51,127,210). Sum of RGB (Red+Green+Blue) = 51+127+210=388 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.14% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 210 (82.42% from 255 or 54.12% from 388); Max value from RGB is 210 - color contains mainly: blue. Hex color #337FD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337FD2 is #CC802D. Grayscale: #717171. Windows color (decimal): -13402158 or 13795123. OLE color: 13795123.
HSL color Cylindrical-coordinate representation of color #337FD2: hue angle of 211.32º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #337FD2 is Cyan = 0.76, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 51 | 127 | 210 | - |
| CMYK | 0.76 | 0.40 | 0 | 0.18 |
| HSL | 211.32º | 0.64% | 0.51% | - |
| HSV(B) | 211.32º | 0.76% | 0.82% | - |
| XYZ | 20.59 | 20.54 | 63.85 | - |
| YUV | 113.74 | 182.32 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 127 | 210 | 0.76 | 0.40 | 0 | 0.18 | 211.32 | 0.64 | 0.51 |
| Hex | 33 | 7F | D2 | 4C | 28 | 0 | 12 | D3 | 40 | 33 |
| Octal | 63 | 177 | 322 | 114 | 50 | 0 | 22 | 323 | 100 | 63 |
| Binary | 110011 | 1111111 | 11010010 | 1001100 | 101000 | 0 | 10010 | 11010011 | 1000000 | 110011 |
Color Harmonies of #337FD2
Complementary color
Monochromatic Colors of #337FD2
Black with #337FD2
Text Example
Text Example
White with #337FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337FD2; }
p { color: rgb(51,127,210); }
H1.HeaderClassName
{
color: #337FD2;
}
.AnyTagClassName
{
color: #337FD2;
}
</style>
background-color css
<style>
a { background-color: #337FD2; }
a { background-color: rgb(51,127,210); }
div.DivClassName
{
background-color: #337FD2;
}
.BgClassName
{
background-color: #337FD2;
}
</style>
border-color css
<style>
span { border-color: #337FD2; }
span { border-color: rgb(51,127,210); }
td.TdClassName
{
border-color: #337FD2;
}
.TagClassName
{
border-color: #337FD2;
}
</style>