Shades of Curious Blue #3379CE
Tints of Curious Blue #3379CE
RGB
CMYK
RGB Variations
Color information
#3379CE (or 0x3379CE) is known color: Curious Blue. HEX triplet: 33, 79 and CE. RGB value is (51,121,206). Sum of RGB (Red+Green+Blue) = 51+121+206=378 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.49% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 206 (80.86% from 255 or 54.50% from 378); Max value from RGB is 206 - color contains mainly: blue. Hex color #3379CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3379CE is #CC8631. Grayscale: #6D6D6D. Windows color (decimal): -13403698 or 13531443. OLE color: 13531443.
HSL color Cylindrical-coordinate representation of color #3379CE: hue angle of 212.9º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3379CE is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 51 | 121 | 206 | - |
| CMYK | 0.75 | 0.41 | 0 | 0.19 |
| HSL | 212.9º | 0.61% | 0.5% | - |
| HSV(B) | 212.9º | 0.75% | 0.81% | - |
| XYZ | 19.34 | 18.83 | 61.01 | - |
| YUV | 109.76 | 182.31 | 86.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 121 | 206 | 0.75 | 0.41 | 0 | 0.19 | 212.9 | 0.61 | 0.5 |
| Hex | 33 | 79 | CE | 4B | 29 | 0 | 13 | D5 | 3D | 32 |
| Octal | 63 | 171 | 316 | 113 | 51 | 0 | 23 | 325 | 75 | 62 |
| Binary | 110011 | 1111001 | 11001110 | 1001011 | 101001 | 0 | 10011 | 11010101 | 111101 | 110010 |
Color Harmonies of #3379CE
Complementary color
Monochromatic Colors of #3379CE
Black with #3379CE
Text Example
Text Example
White with #3379CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3379CE; }
p { color: rgb(51,121,206); }
H1.HeaderClassName
{
color: #3379CE;
}
.AnyTagClassName
{
color: #3379CE;
}
</style>
background-color css
<style>
a { background-color: #3379CE; }
a { background-color: rgb(51,121,206); }
div.DivClassName
{
background-color: #3379CE;
}
.BgClassName
{
background-color: #3379CE;
}
</style>
border-color css
<style>
span { border-color: #3379CE; }
span { border-color: rgb(51,121,206); }
td.TdClassName
{
border-color: #3379CE;
}
.TagClassName
{
border-color: #3379CE;
}
</style>