Shades of Curious Blue #337CCE
Tints of Curious Blue #337CCE
RGB
CMYK
RGB Variations
Color information
#337CCE (or 0x337CCE) is known color: Curious Blue. HEX triplet: 33, 7C and CE. RGB value is (51,124,206). Sum of RGB (Red+Green+Blue) = 51+124+206=381 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.39% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #337CCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #337CCE is #CC8331. Grayscale: #6F6F6F. Windows color (decimal): -13402930 or 13532211. OLE color: 13532211.
HSL color Cylindrical-coordinate representation of color #337CCE: hue angle of 211.74º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #337CCE is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 124 | 206 | - |
| CMYK | 0.75 | 0.40 | 0 | 0.19 |
| HSL | 211.74º | 0.61% | 0.5% | - |
| HSV(B) | 211.74º | 0.75% | 0.81% | - |
| XYZ | 19.71 | 19.58 | 61.13 | - |
| YUV | 111.52 | 181.32 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 124 | 206 | 0.75 | 0.40 | 0 | 0.19 | 211.74 | 0.61 | 0.5 |
| Hex | 33 | 7C | CE | 4B | 28 | 0 | 13 | D4 | 3D | 32 |
| Octal | 63 | 174 | 316 | 113 | 50 | 0 | 23 | 324 | 75 | 62 |
| Binary | 110011 | 1111100 | 11001110 | 1001011 | 101000 | 0 | 10011 | 11010100 | 111101 | 110010 |
Color Harmonies of #337CCE
Complementary color
Monochromatic Colors of #337CCE
Black with #337CCE
Text Example
Text Example
White with #337CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337CCE; }
p { color: rgb(51,124,206); }
H1.HeaderClassName
{
color: #337CCE;
}
.AnyTagClassName
{
color: #337CCE;
}
</style>
background-color css
<style>
a { background-color: #337CCE; }
a { background-color: rgb(51,124,206); }
div.DivClassName
{
background-color: #337CCE;
}
.BgClassName
{
background-color: #337CCE;
}
</style>
border-color css
<style>
span { border-color: #337CCE; }
span { border-color: rgb(51,124,206); }
td.TdClassName
{
border-color: #337CCE;
}
.TagClassName
{
border-color: #337CCE;
}
</style>