Shades of Curious Blue #3378BA
Tints of Curious Blue #3378BA
RGB
CMYK
RGB Variations
Color information
#3378BA (or 0x3378BA) is known color: Curious Blue. HEX triplet: 33, 78 and BA. RGB value is (51,120,186). Sum of RGB (Red+Green+Blue) = 51+120+186=357 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.29% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #3378BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3378BA is #CC8745. Grayscale: #6A6A6A. Windows color (decimal): -13403974 or 12220467. OLE color: 12220467.
HSL color Cylindrical-coordinate representation of color #3378BA: hue angle of 209.33º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3378BA is Cyan = 0.73, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 120 | 186 | - |
| CMYK | 0.73 | 0.35 | 0 | 0.27 |
| HSL | 209.33º | 0.57% | 0.46% | - |
| HSV(B) | 209.33º | 0.73% | 0.73% | - |
| XYZ | 16.94 | 17.68 | 48.97 | - |
| YUV | 106.89 | 172.64 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 120 | 186 | 0.73 | 0.35 | 0 | 0.27 | 209.33 | 0.57 | 0.46 |
| Hex | 33 | 78 | BA | 49 | 23 | 0 | 1B | D1 | 39 | 2E |
| Octal | 63 | 170 | 272 | 111 | 43 | 0 | 33 | 321 | 71 | 56 |
| Binary | 110011 | 1111000 | 10111010 | 1001001 | 100011 | 0 | 11011 | 11010001 | 111001 | 101110 |
Color Harmonies of #3378BA
Complementary color
Monochromatic Colors of #3378BA
Black with #3378BA
Text Example
Text Example
White with #3378BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3378BA; }
p { color: rgb(51,120,186); }
H1.HeaderClassName
{
color: #3378BA;
}
.AnyTagClassName
{
color: #3378BA;
}
</style>
background-color css
<style>
a { background-color: #3378BA; }
a { background-color: rgb(51,120,186); }
div.DivClassName
{
background-color: #3378BA;
}
.BgClassName
{
background-color: #3378BA;
}
</style>
border-color css
<style>
span { border-color: #3378BA; }
span { border-color: rgb(51,120,186); }
td.TdClassName
{
border-color: #3378BA;
}
.TagClassName
{
border-color: #3378BA;
}
</style>