Shades of Curious Blue #3379C3
Tints of Curious Blue #3379C3
RGB
CMYK
RGB Variations
Color information
#3379C3 (or 0x3379C3) is known color: Curious Blue. HEX triplet: 33, 79 and C3. RGB value is (51,121,195). Sum of RGB (Red+Green+Blue) = 51+121+195=367 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.90% from 367); Green value is 121 (47.66% from 255 or 32.97% from 367); Blue value is 195 (76.56% from 255 or 53.13% from 367); Max value from RGB is 195 - color contains mainly: blue. Hex color #3379C3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3379C3 is #CC863C. Grayscale: #6C6C6C. Windows color (decimal): -13403709 or 12810547. OLE color: 12810547.
HSL color Cylindrical-coordinate representation of color #3379C3: hue angle of 210.83º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3379C3 is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 51 | 121 | 195 | - |
| CMYK | 0.74 | 0.38 | 0 | 0.24 |
| HSL | 210.83º | 0.59% | 0.48% | - |
| HSV(B) | 210.83º | 0.74% | 0.76% | - |
| XYZ | 18.05 | 18.32 | 54.21 | - |
| YUV | 108.51 | 176.81 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 121 | 195 | 0.74 | 0.38 | 0 | 0.24 | 210.83 | 0.59 | 0.48 |
| Hex | 33 | 79 | C3 | 4A | 26 | 0 | 18 | D3 | 3B | 30 |
| Octal | 63 | 171 | 303 | 112 | 46 | 0 | 30 | 323 | 73 | 60 |
| Binary | 110011 | 1111001 | 11000011 | 1001010 | 100110 | 0 | 11000 | 11010011 | 111011 | 110000 |
Color Harmonies of #3379C3
Complementary color
Monochromatic Colors of #3379C3
Black with #3379C3
Text Example
Text Example
White with #3379C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3379C3; }
p { color: rgb(51,121,195); }
H1.HeaderClassName
{
color: #3379C3;
}
.AnyTagClassName
{
color: #3379C3;
}
</style>
background-color css
<style>
a { background-color: #3379C3; }
a { background-color: rgb(51,121,195); }
div.DivClassName
{
background-color: #3379C3;
}
.BgClassName
{
background-color: #3379C3;
}
</style>
border-color css
<style>
span { border-color: #3379C3; }
span { border-color: rgb(51,121,195); }
td.TdClassName
{
border-color: #3379C3;
}
.TagClassName
{
border-color: #3379C3;
}
</style>