Shades of Curious Blue #3373BE
Tints of Curious Blue #3373BE
RGB
CMYK
RGB Variations
Color information
#3373BE (or 0x3373BE) is known color: Curious Blue. HEX triplet: 33, 73 and BE. RGB value is (51,115,190). Sum of RGB (Red+Green+Blue) = 51+115+190=356 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.33% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 190 (74.61% from 255 or 53.37% from 356); Max value from RGB is 190 - color contains mainly: blue. Hex color #3373BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3373BE is #CC8C41. Grayscale: #686868. Windows color (decimal): -13405250 or 12481331. OLE color: 12481331.
HSL color Cylindrical-coordinate representation of color #3373BE: hue angle of 212.37º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3373BE is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 115 | 190 | - |
| CMYK | 0.73 | 0.39 | 0 | 0.25 |
| HSL | 212.37º | 0.58% | 0.47% | - |
| HSV(B) | 212.37º | 0.73% | 0.75% | - |
| XYZ | 16.79 | 16.68 | 51.05 | - |
| YUV | 104.41 | 176.3 | 89.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 115 | 190 | 0.73 | 0.39 | 0 | 0.25 | 212.37 | 0.58 | 0.47 |
| Hex | 33 | 73 | BE | 49 | 27 | 0 | 19 | D4 | 3A | 2F |
| Octal | 63 | 163 | 276 | 111 | 47 | 0 | 31 | 324 | 72 | 57 |
| Binary | 110011 | 1110011 | 10111110 | 1001001 | 100111 | 0 | 11001 | 11010100 | 111010 | 101111 |
Color Harmonies of #3373BE
Complementary color
Monochromatic Colors of #3373BE
Black with #3373BE
Text Example
Text Example
White with #3373BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3373BE; }
p { color: rgb(51,115,190); }
H1.HeaderClassName
{
color: #3373BE;
}
.AnyTagClassName
{
color: #3373BE;
}
</style>
background-color css
<style>
a { background-color: #3373BE; }
a { background-color: rgb(51,115,190); }
div.DivClassName
{
background-color: #3373BE;
}
.BgClassName
{
background-color: #3373BE;
}
</style>
border-color css
<style>
span { border-color: #3373BE; }
span { border-color: rgb(51,115,190); }
td.TdClassName
{
border-color: #3373BE;
}
.TagClassName
{
border-color: #3373BE;
}
</style>