Shades of Curious Blue #337CB1
Tints of Curious Blue #337CB1
RGB
CMYK
RGB Variations
Color information
#337CB1 (or 0x337CB1) is known color: Curious Blue. HEX triplet: 33, 7C and B1. RGB value is (51,124,177). Sum of RGB (Red+Green+Blue) = 51+124+177=352 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.49% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 177 (69.53% from 255 or 50.28% from 352); Max value from RGB is 177 - color contains mainly: blue. Hex color #337CB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337CB1 is #CC834E. Grayscale: #6B6B6B. Windows color (decimal): -13402959 or 11631667. OLE color: 11631667.
HSL color Cylindrical-coordinate representation of color #337CB1: hue angle of 205.24º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #337CB1 is Cyan = 0.71, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 51 | 124 | 177 | - |
| CMYK | 0.71 | 0.30 | 0 | 0.31 |
| HSL | 205.24º | 0.55% | 0.45% | - |
| HSV(B) | 205.24º | 0.71% | 0.69% | - |
| XYZ | 16.51 | 18.29 | 44.26 | - |
| YUV | 108.22 | 166.82 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 124 | 177 | 0.71 | 0.30 | 0 | 0.31 | 205.24 | 0.55 | 0.45 |
| Hex | 33 | 7C | B1 | 47 | 1E | 0 | 1F | CD | 37 | 2D |
| Octal | 63 | 174 | 261 | 107 | 36 | 0 | 37 | 315 | 67 | 55 |
| Binary | 110011 | 1111100 | 10110001 | 1000111 | 11110 | 0 | 11111 | 11001101 | 110111 | 101101 |
Color Harmonies of #337CB1
Complementary color
Monochromatic Colors of #337CB1
Black with #337CB1
Text Example
Text Example
White with #337CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #337CB1; }
p { color: rgb(51,124,177); }
H1.HeaderClassName
{
color: #337CB1;
}
.AnyTagClassName
{
color: #337CB1;
}
</style>
background-color css
<style>
a { background-color: #337CB1; }
a { background-color: rgb(51,124,177); }
div.DivClassName
{
background-color: #337CB1;
}
.BgClassName
{
background-color: #337CB1;
}
</style>
border-color css
<style>
span { border-color: #337CB1; }
span { border-color: rgb(51,124,177); }
td.TdClassName
{
border-color: #337CB1;
}
.TagClassName
{
border-color: #337CB1;
}
</style>