Shades of Curious Blue #3373BF
Tints of Curious Blue #3373BF
RGB
CMYK
RGB Variations
Color information
#3373BF (or 0x3373BF) is known color: Curious Blue. HEX triplet: 33, 73 and BF. RGB value is (51,115,191). Sum of RGB (Red+Green+Blue) = 51+115+191=357 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.29% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 191 (75% from 255 or 53.50% from 357); Max value from RGB is 191 - color contains mainly: blue. Hex color #3373BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3373BF is #CC8C40. Grayscale: #686868. Windows color (decimal): -13405249 or 12546867. OLE color: 12546867.
HSL color Cylindrical-coordinate representation of color #3373BF: hue angle of 212.57º 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 #3373BF is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 115 | 191 | - |
| CMYK | 0.73 | 0.40 | 0 | 0.25 |
| HSL | 212.57º | 0.58% | 0.47% | - |
| HSV(B) | 212.57º | 0.73% | 0.75% | - |
| XYZ | 16.9 | 16.73 | 51.63 | - |
| YUV | 104.53 | 176.8 | 89.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 115 | 191 | 0.73 | 0.40 | 0 | 0.25 | 212.57 | 0.58 | 0.47 |
| Hex | 33 | 73 | BF | 49 | 28 | 0 | 19 | D5 | 3A | 2F |
| Octal | 63 | 163 | 277 | 111 | 50 | 0 | 31 | 325 | 72 | 57 |
| Binary | 110011 | 1110011 | 10111111 | 1001001 | 101000 | 0 | 11001 | 11010101 | 111010 | 101111 |
Color Harmonies of #3373BF
Complementary color
Monochromatic Colors of #3373BF
Black with #3373BF
Text Example
Text Example
White with #3373BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3373BF; }
p { color: rgb(51,115,191); }
H1.HeaderClassName
{
color: #3373BF;
}
.AnyTagClassName
{
color: #3373BF;
}
</style>
background-color css
<style>
a { background-color: #3373BF; }
a { background-color: rgb(51,115,191); }
div.DivClassName
{
background-color: #3373BF;
}
.BgClassName
{
background-color: #3373BF;
}
</style>
border-color css
<style>
span { border-color: #3373BF; }
span { border-color: rgb(51,115,191); }
td.TdClassName
{
border-color: #3373BF;
}
.TagClassName
{
border-color: #3373BF;
}
</style>