Shades of Curious Blue #3374BB
Tints of Curious Blue #3374BB
RGB
CMYK
RGB Variations
Color information
#3374BB (or 0x3374BB) is known color: Curious Blue. HEX triplet: 33, 74 and BB. RGB value is (51,116,187). Sum of RGB (Red+Green+Blue) = 51+116+187=354 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.41% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 187 (73.44% from 255 or 52.82% from 354); Max value from RGB is 187 - color contains mainly: blue. Hex color #3374BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3374BB is #CC8B44. Grayscale: #686868. Windows color (decimal): -13404997 or 12284979. OLE color: 12284979.
HSL color Cylindrical-coordinate representation of color #3374BB: hue angle of 211.32º 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 #3374BB is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 116 | 187 | - |
| CMYK | 0.73 | 0.38 | 0 | 0.27 |
| HSL | 211.32º | 0.57% | 0.47% | - |
| HSV(B) | 211.32º | 0.73% | 0.73% | - |
| XYZ | 16.58 | 16.78 | 49.38 | - |
| YUV | 104.66 | 174.47 | 89.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 116 | 187 | 0.73 | 0.38 | 0 | 0.27 | 211.32 | 0.57 | 0.47 |
| Hex | 33 | 74 | BB | 49 | 26 | 0 | 1B | D3 | 39 | 2F |
| Octal | 63 | 164 | 273 | 111 | 46 | 0 | 33 | 323 | 71 | 57 |
| Binary | 110011 | 1110100 | 10111011 | 1001001 | 100110 | 0 | 11011 | 11010011 | 111001 | 101111 |
Color Harmonies of #3374BB
Complementary color
Monochromatic Colors of #3374BB
Black with #3374BB
Text Example
Text Example
White with #3374BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3374BB; }
p { color: rgb(51,116,187); }
H1.HeaderClassName
{
color: #3374BB;
}
.AnyTagClassName
{
color: #3374BB;
}
</style>
background-color css
<style>
a { background-color: #3374BB; }
a { background-color: rgb(51,116,187); }
div.DivClassName
{
background-color: #3374BB;
}
.BgClassName
{
background-color: #3374BB;
}
</style>
border-color css
<style>
span { border-color: #3374BB; }
span { border-color: rgb(51,116,187); }
td.TdClassName
{
border-color: #3374BB;
}
.TagClassName
{
border-color: #3374BB;
}
</style>