Shades of Curious Blue #3372BB
Tints of Curious Blue #3372BB
RGB
CMYK
RGB Variations
Color information
#3372BB (or 0x3372BB) is known color: Curious Blue. HEX triplet: 33, 72 and BB. RGB value is (51,114,187). Sum of RGB (Red+Green+Blue) = 51+114+187=352 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.49% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 187 (73.44% from 255 or 53.12% from 352); Max value from RGB is 187 - color contains mainly: blue. Hex color #3372BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3372BB is #CC8D44. Grayscale: #676767. Windows color (decimal): -13405509 or 12284467. OLE color: 12284467.
HSL color Cylindrical-coordinate representation of color #3372BB: hue angle of 212.21º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3372BB is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 114 | 187 | - |
| CMYK | 0.73 | 0.39 | 0 | 0.27 |
| HSL | 212.21º | 0.57% | 0.47% | - |
| HSV(B) | 212.21º | 0.73% | 0.73% | - |
| XYZ | 16.35 | 16.33 | 49.3 | - |
| YUV | 103.49 | 175.13 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 114 | 187 | 0.73 | 0.39 | 0 | 0.27 | 212.21 | 0.57 | 0.47 |
| Hex | 33 | 72 | BB | 49 | 27 | 0 | 1B | D4 | 39 | 2F |
| Octal | 63 | 162 | 273 | 111 | 47 | 0 | 33 | 324 | 71 | 57 |
| Binary | 110011 | 1110010 | 10111011 | 1001001 | 100111 | 0 | 11011 | 11010100 | 111001 | 101111 |
Color Harmonies of #3372BB
Complementary color
Monochromatic Colors of #3372BB
Black with #3372BB
Text Example
Text Example
White with #3372BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3372BB; }
p { color: rgb(51,114,187); }
H1.HeaderClassName
{
color: #3372BB;
}
.AnyTagClassName
{
color: #3372BB;
}
</style>
background-color css
<style>
a { background-color: #3372BB; }
a { background-color: rgb(51,114,187); }
div.DivClassName
{
background-color: #3372BB;
}
.BgClassName
{
background-color: #3372BB;
}
</style>
border-color css
<style>
span { border-color: #3372BB; }
span { border-color: rgb(51,114,187); }
td.TdClassName
{
border-color: #3372BB;
}
.TagClassName
{
border-color: #3372BB;
}
</style>