Shades of Curious Blue #3376B9
Tints of Curious Blue #3376B9
RGB
CMYK
RGB Variations
Color information
#3376B9 (or 0x3376B9) is known color: Curious Blue. HEX triplet: 33, 76 and B9. RGB value is (51,118,185). Sum of RGB (Red+Green+Blue) = 51+118+185=354 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.41% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 185 (72.66% from 255 or 52.26% from 354); Max value from RGB is 185 - color contains mainly: blue. Hex color #3376B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3376B9 is #CC8946. Grayscale: #696969. Windows color (decimal): -13404487 or 12154419. OLE color: 12154419.
HSL color Cylindrical-coordinate representation of color #3376B9: hue angle of 210º 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 #3376B9 is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 118 | 185 | - |
| CMYK | 0.72 | 0.36 | 0 | 0.27 |
| HSL | 210º | 0.57% | 0.46% | - |
| HSV(B) | 210º | 0.72% | 0.73% | - |
| XYZ | 16.6 | 17.16 | 48.34 | - |
| YUV | 105.61 | 172.8 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 118 | 185 | 0.72 | 0.36 | 0 | 0.27 | 210 | 0.57 | 0.46 |
| Hex | 33 | 76 | B9 | 48 | 24 | 0 | 1B | D2 | 39 | 2E |
| Octal | 63 | 166 | 271 | 110 | 44 | 0 | 33 | 322 | 71 | 56 |
| Binary | 110011 | 1110110 | 10111001 | 1001000 | 100100 | 0 | 11011 | 11010010 | 111001 | 101110 |
Color Harmonies of #3376B9
Complementary color
Monochromatic Colors of #3376B9
Black with #3376B9
Text Example
Text Example
White with #3376B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3376B9; }
p { color: rgb(51,118,185); }
H1.HeaderClassName
{
color: #3376B9;
}
.AnyTagClassName
{
color: #3376B9;
}
</style>
background-color css
<style>
a { background-color: #3376B9; }
a { background-color: rgb(51,118,185); }
div.DivClassName
{
background-color: #3376B9;
}
.BgClassName
{
background-color: #3376B9;
}
</style>
border-color css
<style>
span { border-color: #3376B9; }
span { border-color: rgb(51,118,185); }
td.TdClassName
{
border-color: #3376B9;
}
.TagClassName
{
border-color: #3376B9;
}
</style>