Shades of Curious Blue #3378BD
Tints of Curious Blue #3378BD
RGB
CMYK
RGB Variations
Color information
#3378BD (or 0x3378BD) is known color: Curious Blue. HEX triplet: 33, 78 and BD. RGB value is (51,120,189). Sum of RGB (Red+Green+Blue) = 51+120+189=360 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.17% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 189 (74.22% from 255 or 52.5% from 360); Max value from RGB is 189 - color contains mainly: blue. Hex color #3378BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3378BD is #CC8742. Grayscale: #6A6A6A. Windows color (decimal): -13403971 or 12417075. OLE color: 12417075.
HSL color Cylindrical-coordinate representation of color #3378BD: hue angle of 210º 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 #3378BD is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 120 | 189 | - |
| CMYK | 0.73 | 0.37 | 0 | 0.26 |
| HSL | 210º | 0.58% | 0.47% | - |
| HSV(B) | 210º | 0.73% | 0.74% | - |
| XYZ | 17.27 | 17.81 | 50.67 | - |
| YUV | 107.24 | 174.14 | 87.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 120 | 189 | 0.73 | 0.37 | 0 | 0.26 | 210 | 0.58 | 0.47 |
| Hex | 33 | 78 | BD | 49 | 25 | 0 | 1A | D2 | 3A | 2F |
| Octal | 63 | 170 | 275 | 111 | 45 | 0 | 32 | 322 | 72 | 57 |
| Binary | 110011 | 1111000 | 10111101 | 1001001 | 100101 | 0 | 11010 | 11010010 | 111010 | 101111 |
Color Harmonies of #3378BD
Complementary color
Monochromatic Colors of #3378BD
Black with #3378BD
Text Example
Text Example
White with #3378BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3378BD; }
p { color: rgb(51,120,189); }
H1.HeaderClassName
{
color: #3378BD;
}
.AnyTagClassName
{
color: #3378BD;
}
</style>
background-color css
<style>
a { background-color: #3378BD; }
a { background-color: rgb(51,120,189); }
div.DivClassName
{
background-color: #3378BD;
}
.BgClassName
{
background-color: #3378BD;
}
</style>
border-color css
<style>
span { border-color: #3378BD; }
span { border-color: rgb(51,120,189); }
td.TdClassName
{
border-color: #3378BD;
}
.TagClassName
{
border-color: #3378BD;
}
</style>