Shades of Curious Blue #337DD3
Tints of Curious Blue #337DD3
RGB
CMYK
RGB Variations
Color information
#337DD3 (or 0x337DD3) is known color: Curious Blue. HEX triplet: 33, 7D and D3. RGB value is (51,125,211). Sum of RGB (Red+Green+Blue) = 51+125+211=387 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.18% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 211 (82.81% from 255 or 54.52% from 387); Max value from RGB is 211 - color contains mainly: blue. Hex color #337DD3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337DD3 is #CC822C. Grayscale: #707070. Windows color (decimal): -13402669 or 13860147. OLE color: 13860147.
HSL color Cylindrical-coordinate representation of color #337DD3: hue angle of 212.25º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #337DD3 is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 51 | 125 | 211 | - |
| CMYK | 0.76 | 0.41 | 0 | 0.17 |
| HSL | 212.25º | 0.65% | 0.51% | - |
| HSV(B) | 212.25º | 0.76% | 0.83% | - |
| XYZ | 20.46 | 20.07 | 64.42 | - |
| YUV | 112.68 | 183.48 | 84.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 125 | 211 | 0.76 | 0.41 | 0 | 0.17 | 212.25 | 0.65 | 0.51 |
| Hex | 33 | 7D | D3 | 4C | 29 | 0 | 11 | D4 | 41 | 33 |
| Octal | 63 | 175 | 323 | 114 | 51 | 0 | 21 | 324 | 101 | 63 |
| Binary | 110011 | 1111101 | 11010011 | 1001100 | 101001 | 0 | 10001 | 11010100 | 1000001 | 110011 |
Color Harmonies of #337DD3
Complementary color
Monochromatic Colors of #337DD3
Black with #337DD3
Text Example
Text Example
White with #337DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337DD3; }
p { color: rgb(51,125,211); }
H1.HeaderClassName
{
color: #337DD3;
}
.AnyTagClassName
{
color: #337DD3;
}
</style>
background-color css
<style>
a { background-color: #337DD3; }
a { background-color: rgb(51,125,211); }
div.DivClassName
{
background-color: #337DD3;
}
.BgClassName
{
background-color: #337DD3;
}
</style>
border-color css
<style>
span { border-color: #337DD3; }
span { border-color: rgb(51,125,211); }
td.TdClassName
{
border-color: #337DD3;
}
.TagClassName
{
border-color: #337DD3;
}
</style>