Shades of Curious Blue #3379BD
Tints of Curious Blue #3379BD
RGB
CMYK
RGB Variations
Color information
#3379BD (or 0x3379BD) is known color: Curious Blue. HEX triplet: 33, 79 and BD. RGB value is (51,121,189). Sum of RGB (Red+Green+Blue) = 51+121+189=361 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.13% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #3379BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3379BD is #CC8642. Grayscale: #6B6B6B. Windows color (decimal): -13403715 or 12417331. OLE color: 12417331.
HSL color Cylindrical-coordinate representation of color #3379BD: hue angle of 209.57º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3379BD is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 121 | 189 | - |
| CMYK | 0.73 | 0.36 | 0 | 0.26 |
| HSL | 209.57º | 0.58% | 0.47% | - |
| HSV(B) | 209.57º | 0.73% | 0.74% | - |
| XYZ | 17.39 | 18.05 | 50.71 | - |
| YUV | 107.82 | 173.81 | 87.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 121 | 189 | 0.73 | 0.36 | 0 | 0.26 | 209.57 | 0.58 | 0.47 |
| Hex | 33 | 79 | BD | 49 | 24 | 0 | 1A | D2 | 3A | 2F |
| Octal | 63 | 171 | 275 | 111 | 44 | 0 | 32 | 322 | 72 | 57 |
| Binary | 110011 | 1111001 | 10111101 | 1001001 | 100100 | 0 | 11010 | 11010010 | 111010 | 101111 |
Color Harmonies of #3379BD
Complementary color
Monochromatic Colors of #3379BD
Black with #3379BD
Text Example
Text Example
White with #3379BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3379BD; }
p { color: rgb(51,121,189); }
H1.HeaderClassName
{
color: #3379BD;
}
.AnyTagClassName
{
color: #3379BD;
}
</style>
background-color css
<style>
a { background-color: #3379BD; }
a { background-color: rgb(51,121,189); }
div.DivClassName
{
background-color: #3379BD;
}
.BgClassName
{
background-color: #3379BD;
}
</style>
border-color css
<style>
span { border-color: #3379BD; }
span { border-color: rgb(51,121,189); }
td.TdClassName
{
border-color: #3379BD;
}
.TagClassName
{
border-color: #3379BD;
}
</style>