Shades of Curious Blue #3379CC
Tints of Curious Blue #3379CC
RGB
CMYK
RGB Variations
Color information
#3379CC (or 0x3379CC) is known color: Curious Blue. HEX triplet: 33, 79 and CC. RGB value is (51,121,204). Sum of RGB (Red+Green+Blue) = 51+121+204=376 (49% of max value = 765). Red value is 51 (20.31% from 255 or 13.56% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #3379CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3379CC is #CC8633. Grayscale: #6D6D6D. Windows color (decimal): -13403700 or 13400371. OLE color: 13400371.
HSL color Cylindrical-coordinate representation of color #3379CC: hue angle of 212.55º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3379CC is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 51 | 121 | 204 | - |
| CMYK | 0.75 | 0.41 | 0 | 0.2 |
| HSL | 212.55º | 0.6% | 0.5% | - |
| HSV(B) | 212.55º | 0.75% | 0.8% | - |
| XYZ | 19.1 | 18.74 | 59.74 | - |
| YUV | 109.53 | 181.31 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 121 | 204 | 0.75 | 0.41 | 0 | 0.2 | 212.55 | 0.6 | 0.5 |
| Hex | 33 | 79 | CC | 4B | 29 | 0 | 14 | D5 | 3C | 32 |
| Octal | 63 | 171 | 314 | 113 | 51 | 0 | 24 | 325 | 74 | 62 |
| Binary | 110011 | 1111001 | 11001100 | 1001011 | 101001 | 0 | 10100 | 11010101 | 111100 | 110010 |
Color Harmonies of #3379CC
Complementary color
Monochromatic Colors of #3379CC
Black with #3379CC
Text Example
Text Example
White with #3379CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3379CC; }
p { color: rgb(51,121,204); }
H1.HeaderClassName
{
color: #3379CC;
}
.AnyTagClassName
{
color: #3379CC;
}
</style>
background-color css
<style>
a { background-color: #3379CC; }
a { background-color: rgb(51,121,204); }
div.DivClassName
{
background-color: #3379CC;
}
.BgClassName
{
background-color: #3379CC;
}
</style>
border-color css
<style>
span { border-color: #3379CC; }
span { border-color: rgb(51,121,204); }
td.TdClassName
{
border-color: #3379CC;
}
.TagClassName
{
border-color: #3379CC;
}
</style>