Shades of Curious Blue #3379BA
Tints of Curious Blue #3379BA
RGB
CMYK
RGB Variations
Color information
#3379BA (or 0x3379BA) is known color: Curious Blue. HEX triplet: 33, 79 and BA. RGB value is (51,121,186). Sum of RGB (Red+Green+Blue) = 51+121+186=358 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.25% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #3379BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3379BA is #CC8645. Grayscale: #6B6B6B. Windows color (decimal): -13403718 or 12220723. OLE color: 12220723.
HSL color Cylindrical-coordinate representation of color #3379BA: hue angle of 208.89º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3379BA is Cyan = 0.73, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 121 | 186 | - |
| CMYK | 0.73 | 0.35 | 0 | 0.27 |
| HSL | 208.89º | 0.57% | 0.46% | - |
| HSV(B) | 208.89º | 0.73% | 0.73% | - |
| XYZ | 17.07 | 17.92 | 49.01 | - |
| YUV | 107.48 | 172.31 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 121 | 186 | 0.73 | 0.35 | 0 | 0.27 | 208.89 | 0.57 | 0.46 |
| Hex | 33 | 79 | BA | 49 | 23 | 0 | 1B | D1 | 39 | 2E |
| Octal | 63 | 171 | 272 | 111 | 43 | 0 | 33 | 321 | 71 | 56 |
| Binary | 110011 | 1111001 | 10111010 | 1001001 | 100011 | 0 | 11011 | 11010001 | 111001 | 101110 |
Color Harmonies of #3379BA
Complementary color
Monochromatic Colors of #3379BA
Black with #3379BA
Text Example
Text Example
White with #3379BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3379BA; }
p { color: rgb(51,121,186); }
H1.HeaderClassName
{
color: #3379BA;
}
.AnyTagClassName
{
color: #3379BA;
}
</style>
background-color css
<style>
a { background-color: #3379BA; }
a { background-color: rgb(51,121,186); }
div.DivClassName
{
background-color: #3379BA;
}
.BgClassName
{
background-color: #3379BA;
}
</style>
border-color css
<style>
span { border-color: #3379BA; }
span { border-color: rgb(51,121,186); }
td.TdClassName
{
border-color: #3379BA;
}
.TagClassName
{
border-color: #3379BA;
}
</style>