Shades of Curious Blue #3374B9
Tints of Curious Blue #3374B9
RGB
CMYK
RGB Variations
Color information
#3374B9 (or 0x3374B9) is known color: Curious Blue. HEX triplet: 33, 74 and B9. RGB value is (51,116,185). Sum of RGB (Red+Green+Blue) = 51+116+185=352 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.49% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 185 (72.66% from 255 or 52.56% from 352); Max value from RGB is 185 - color contains mainly: blue. Hex color #3374B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3374B9 is #CC8B46. Grayscale: #686868. Windows color (decimal): -13404999 or 12153907. OLE color: 12153907.
HSL color Cylindrical-coordinate representation of color #3374B9: hue angle of 210.9º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3374B9 is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 116 | 185 | - |
| CMYK | 0.72 | 0.37 | 0 | 0.27 |
| HSL | 210.9º | 0.57% | 0.46% | - |
| HSV(B) | 210.9º | 0.72% | 0.73% | - |
| XYZ | 16.37 | 16.7 | 48.26 | - |
| YUV | 104.43 | 173.47 | 89.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 116 | 185 | 0.72 | 0.37 | 0 | 0.27 | 210.9 | 0.57 | 0.46 |
| Hex | 33 | 74 | B9 | 48 | 25 | 0 | 1B | D3 | 39 | 2E |
| Octal | 63 | 164 | 271 | 110 | 45 | 0 | 33 | 323 | 71 | 56 |
| Binary | 110011 | 1110100 | 10111001 | 1001000 | 100101 | 0 | 11011 | 11010011 | 111001 | 101110 |
Color Harmonies of #3374B9
Complementary color
Monochromatic Colors of #3374B9
Black with #3374B9
Text Example
Text Example
White with #3374B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3374B9; }
p { color: rgb(51,116,185); }
H1.HeaderClassName
{
color: #3374B9;
}
.AnyTagClassName
{
color: #3374B9;
}
</style>
background-color css
<style>
a { background-color: #3374B9; }
a { background-color: rgb(51,116,185); }
div.DivClassName
{
background-color: #3374B9;
}
.BgClassName
{
background-color: #3374B9;
}
</style>
border-color css
<style>
span { border-color: #3374B9; }
span { border-color: rgb(51,116,185); }
td.TdClassName
{
border-color: #3374B9;
}
.TagClassName
{
border-color: #3374B9;
}
</style>