Shades of Curious Blue #3273B7
Tints of Curious Blue #3273B7
RGB
CMYK
RGB Variations
Color information
#3273B7 (or 0x3273B7) is known color: Curious Blue. HEX triplet: 32, 73 and B7. RGB value is (50,115,183). Sum of RGB (Red+Green+Blue) = 50+115+183=348 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.37% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 183 (71.88% from 255 or 52.59% from 348); Max value from RGB is 183 - color contains mainly: blue. Hex color #3273B7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3273B7 is #CD8C48. Grayscale: #666666. Windows color (decimal): -13470793 or 12022578. OLE color: 12022578.
HSL color Cylindrical-coordinate representation of color #3273B7: hue angle of 210.68º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3273B7 is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 50 | 115 | 183 | - |
| CMYK | 0.73 | 0.37 | 0 | 0.28 |
| HSL | 210.68º | 0.57% | 0.46% | - |
| HSV(B) | 210.68º | 0.73% | 0.72% | - |
| XYZ | 15.99 | 16.36 | 47.11 | - |
| YUV | 103.32 | 172.97 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 115 | 183 | 0.73 | 0.37 | 0 | 0.28 | 210.68 | 0.57 | 0.46 |
| Hex | 32 | 73 | B7 | 49 | 25 | 0 | 1C | D3 | 39 | 2E |
| Octal | 62 | 163 | 267 | 111 | 45 | 0 | 34 | 323 | 71 | 56 |
| Binary | 110010 | 1110011 | 10110111 | 1001001 | 100101 | 0 | 11100 | 11010011 | 111001 | 101110 |
Color Harmonies of #3273B7
Complementary color
Monochromatic Colors of #3273B7
Black with #3273B7
Text Example
Text Example
White with #3273B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3273B7; }
p { color: rgb(50,115,183); }
H1.HeaderClassName
{
color: #3273B7;
}
.AnyTagClassName
{
color: #3273B7;
}
</style>
background-color css
<style>
a { background-color: #3273B7; }
a { background-color: rgb(50,115,183); }
div.DivClassName
{
background-color: #3273B7;
}
.BgClassName
{
background-color: #3273B7;
}
</style>
border-color css
<style>
span { border-color: #3273B7; }
span { border-color: rgb(50,115,183); }
td.TdClassName
{
border-color: #3273B7;
}
.TagClassName
{
border-color: #3273B7;
}
</style>