Shades of Curious Blue #3379BF
Tints of Curious Blue #3379BF
RGB
CMYK
RGB Variations
Color information
#3379BF (or 0x3379BF) is known color: Curious Blue. HEX triplet: 33, 79 and BF. RGB value is (51,121,191). Sum of RGB (Red+Green+Blue) = 51+121+191=363 (48% of max value = 765). Red value is 51 (20.31% from 255 or 14.05% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #3379BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3379BF is #CC8640. Grayscale: #6B6B6B. Windows color (decimal): -13403713 or 12548403. OLE color: 12548403.
HSL color Cylindrical-coordinate representation of color #3379BF: hue angle of 210º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3379BF is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 121 | 191 | - |
| CMYK | 0.73 | 0.37 | 0 | 0.25 |
| HSL | 210º | 0.58% | 0.47% | - |
| HSV(B) | 210º | 0.73% | 0.75% | - |
| XYZ | 17.61 | 18.14 | 51.86 | - |
| YUV | 108.05 | 174.81 | 87.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 121 | 191 | 0.73 | 0.37 | 0 | 0.25 | 210 | 0.58 | 0.47 |
| Hex | 33 | 79 | BF | 49 | 25 | 0 | 19 | D2 | 3A | 2F |
| Octal | 63 | 171 | 277 | 111 | 45 | 0 | 31 | 322 | 72 | 57 |
| Binary | 110011 | 1111001 | 10111111 | 1001001 | 100101 | 0 | 11001 | 11010010 | 111010 | 101111 |
Color Harmonies of #3379BF
Complementary color
Monochromatic Colors of #3379BF
Black with #3379BF
Text Example
Text Example
White with #3379BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3379BF; }
p { color: rgb(51,121,191); }
H1.HeaderClassName
{
color: #3379BF;
}
.AnyTagClassName
{
color: #3379BF;
}
</style>
background-color css
<style>
a { background-color: #3379BF; }
a { background-color: rgb(51,121,191); }
div.DivClassName
{
background-color: #3379BF;
}
.BgClassName
{
background-color: #3379BF;
}
</style>
border-color css
<style>
span { border-color: #3379BF; }
span { border-color: rgb(51,121,191); }
td.TdClassName
{
border-color: #3379BF;
}
.TagClassName
{
border-color: #3379BF;
}
</style>