Shades of Curious Blue #337ECF
Tints of Curious Blue #337ECF
RGB
CMYK
RGB Variations
Color information
#337ECF (or 0x337ECF) is known color: Curious Blue. HEX triplet: 33, 7E and CF. RGB value is (51,126,207). Sum of RGB (Red+Green+Blue) = 51+126+207=384 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.28% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #337ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337ECF is #CC8130. Grayscale: #707070. Windows color (decimal): -13402417 or 13598259. OLE color: 13598259.
HSL color Cylindrical-coordinate representation of color #337ECF: hue angle of 211.15º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #337ECF is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 126 | 207 | - |
| CMYK | 0.75 | 0.39 | 0 | 0.19 |
| HSL | 211.15º | 0.62% | 0.51% | - |
| HSV(B) | 211.15º | 0.75% | 0.81% | - |
| XYZ | 20.09 | 20.13 | 61.86 | - |
| YUV | 112.81 | 181.15 | 83.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 126 | 207 | 0.75 | 0.39 | 0 | 0.19 | 211.15 | 0.62 | 0.51 |
| Hex | 33 | 7E | CF | 4B | 27 | 0 | 13 | D3 | 3E | 33 |
| Octal | 63 | 176 | 317 | 113 | 47 | 0 | 23 | 323 | 76 | 63 |
| Binary | 110011 | 1111110 | 11001111 | 1001011 | 100111 | 0 | 10011 | 11010011 | 111110 | 110011 |
Color Harmonies of #337ECF
Complementary color
Monochromatic Colors of #337ECF
Black with #337ECF
Text Example
Text Example
White with #337ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337ECF; }
p { color: rgb(51,126,207); }
H1.HeaderClassName
{
color: #337ECF;
}
.AnyTagClassName
{
color: #337ECF;
}
</style>
background-color css
<style>
a { background-color: #337ECF; }
a { background-color: rgb(51,126,207); }
div.DivClassName
{
background-color: #337ECF;
}
.BgClassName
{
background-color: #337ECF;
}
</style>
border-color css
<style>
span { border-color: #337ECF; }
span { border-color: rgb(51,126,207); }
td.TdClassName
{
border-color: #337ECF;
}
.TagClassName
{
border-color: #337ECF;
}
</style>