Shades of Curious Blue #3379B2
Tints of Curious Blue #3379B2
RGB
CMYK
RGB Variations
Color information
#3379B2 (or 0x3379B2) is known color: Curious Blue. HEX triplet: 33, 79 and B2. RGB value is (51,121,178). Sum of RGB (Red+Green+Blue) = 51+121+178=350 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.57% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 178 (69.92% from 255 or 50.86% from 350); Max value from RGB is 178 - color contains mainly: blue. Hex color #3379B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3379B2 is #CC864D. Grayscale: #6A6A6A. Windows color (decimal): -13403726 or 11696435. OLE color: 11696435.
HSL color Cylindrical-coordinate representation of color #3379B2: hue angle of 206.93º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3379B2 is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 51 | 121 | 178 | - |
| CMYK | 0.71 | 0.32 | 0 | 0.30 |
| HSL | 206.93º | 0.55% | 0.45% | - |
| HSV(B) | 206.93º | 0.71% | 0.7% | - |
| XYZ | 16.24 | 17.59 | 44.66 | - |
| YUV | 106.57 | 168.31 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 121 | 178 | 0.71 | 0.32 | 0 | 0.30 | 206.93 | 0.55 | 0.45 |
| Hex | 33 | 79 | B2 | 47 | 20 | 0 | 1E | CF | 37 | 2D |
| Octal | 63 | 171 | 262 | 107 | 40 | 0 | 36 | 317 | 67 | 55 |
| Binary | 110011 | 1111001 | 10110010 | 1000111 | 100000 | 0 | 11110 | 11001111 | 110111 | 101101 |
Color Harmonies of #3379B2
Complementary color
Monochromatic Colors of #3379B2
Black with #3379B2
Text Example
Text Example
White with #3379B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3379B2; }
p { color: rgb(51,121,178); }
H1.HeaderClassName
{
color: #3379B2;
}
.AnyTagClassName
{
color: #3379B2;
}
</style>
background-color css
<style>
a { background-color: #3379B2; }
a { background-color: rgb(51,121,178); }
div.DivClassName
{
background-color: #3379B2;
}
.BgClassName
{
background-color: #3379B2;
}
</style>
border-color css
<style>
span { border-color: #3379B2; }
span { border-color: rgb(51,121,178); }
td.TdClassName
{
border-color: #3379B2;
}
.TagClassName
{
border-color: #3379B2;
}
</style>