Shades of Curious Blue #337ECB
Tints of Curious Blue #337ECB
RGB
CMYK
RGB Variations
Color information
#337ECB (or 0x337ECB) is known color: Curious Blue. HEX triplet: 33, 7E and CB. RGB value is (51,126,203). Sum of RGB (Red+Green+Blue) = 51+126+203=380 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.42% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #337ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337ECB is #CC8134. Grayscale: #6F6F6F. Windows color (decimal): -13402421 or 13336115. OLE color: 13336115.
HSL color Cylindrical-coordinate representation of color #337ECB: hue angle of 210.39º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #337ECB is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 126 | 203 | - |
| CMYK | 0.75 | 0.38 | 0 | 0.20 |
| HSL | 210.39º | 0.6% | 0.5% | - |
| HSV(B) | 210.39º | 0.75% | 0.8% | - |
| XYZ | 19.61 | 19.94 | 59.31 | - |
| YUV | 112.35 | 179.15 | 84.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 126 | 203 | 0.75 | 0.38 | 0 | 0.20 | 210.39 | 0.6 | 0.5 |
| Hex | 33 | 7E | CB | 4B | 26 | 0 | 14 | D2 | 3C | 32 |
| Octal | 63 | 176 | 313 | 113 | 46 | 0 | 24 | 322 | 74 | 62 |
| Binary | 110011 | 1111110 | 11001011 | 1001011 | 100110 | 0 | 10100 | 11010010 | 111100 | 110010 |
Color Harmonies of #337ECB
Complementary color
Monochromatic Colors of #337ECB
Black with #337ECB
Text Example
Text Example
White with #337ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337ECB; }
p { color: rgb(51,126,203); }
H1.HeaderClassName
{
color: #337ECB;
}
.AnyTagClassName
{
color: #337ECB;
}
</style>
background-color css
<style>
a { background-color: #337ECB; }
a { background-color: rgb(51,126,203); }
div.DivClassName
{
background-color: #337ECB;
}
.BgClassName
{
background-color: #337ECB;
}
</style>
border-color css
<style>
span { border-color: #337ECB; }
span { border-color: rgb(51,126,203); }
td.TdClassName
{
border-color: #337ECB;
}
.TagClassName
{
border-color: #337ECB;
}
</style>