Shades of Curious Blue #3376BD
Tints of Curious Blue #3376BD
RGB
CMYK
RGB Variations
Color information
#3376BD (or 0x3376BD) is known color: Curious Blue. HEX triplet: 33, 76 and BD. RGB value is (51,118,189). Sum of RGB (Red+Green+Blue) = 51+118+189=358 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.25% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 189 (74.22% from 255 or 52.79% from 358); Max value from RGB is 189 - color contains mainly: blue. Hex color #3376BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3376BD is #CC8942. Grayscale: #696969. Windows color (decimal): -13404483 or 12416563. OLE color: 12416563.
HSL color Cylindrical-coordinate representation of color #3376BD: hue angle of 210.87º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3376BD is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 118 | 189 | - |
| CMYK | 0.73 | 0.38 | 0 | 0.26 |
| HSL | 210.87º | 0.58% | 0.47% | - |
| HSV(B) | 210.87º | 0.73% | 0.74% | - |
| XYZ | 17.03 | 17.33 | 50.59 | - |
| YUV | 106.06 | 174.8 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 118 | 189 | 0.73 | 0.38 | 0 | 0.26 | 210.87 | 0.58 | 0.47 |
| Hex | 33 | 76 | BD | 49 | 26 | 0 | 1A | D3 | 3A | 2F |
| Octal | 63 | 166 | 275 | 111 | 46 | 0 | 32 | 323 | 72 | 57 |
| Binary | 110011 | 1110110 | 10111101 | 1001001 | 100110 | 0 | 11010 | 11010011 | 111010 | 101111 |
Color Harmonies of #3376BD
Complementary color
Monochromatic Colors of #3376BD
Black with #3376BD
Text Example
Text Example
White with #3376BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3376BD; }
p { color: rgb(51,118,189); }
H1.HeaderClassName
{
color: #3376BD;
}
.AnyTagClassName
{
color: #3376BD;
}
</style>
background-color css
<style>
a { background-color: #3376BD; }
a { background-color: rgb(51,118,189); }
div.DivClassName
{
background-color: #3376BD;
}
.BgClassName
{
background-color: #3376BD;
}
</style>
border-color css
<style>
span { border-color: #3376BD; }
span { border-color: rgb(51,118,189); }
td.TdClassName
{
border-color: #3376BD;
}
.TagClassName
{
border-color: #3376BD;
}
</style>