Shades of Curious Blue #3078BC
Tints of Curious Blue #3078BC
RGB
CMYK
RGB Variations
Color information
#3078BC (or 0x3078BC) is known color: Curious Blue. HEX triplet: 30, 78 and BC. RGB value is (48,120,188). Sum of RGB (Red+Green+Blue) = 48+120+188=356 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.48% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #3078BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3078BC is #CF8743. Grayscale: #696969. Windows color (decimal): -13600580 or 12351536. OLE color: 12351536.
HSL color Cylindrical-coordinate representation of color #3078BC: hue angle of 209.14º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3078BC is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 120 | 188 | - |
| CMYK | 0.74 | 0.36 | 0 | 0.26 |
| HSL | 209.14º | 0.59% | 0.46% | - |
| HSV(B) | 209.14º | 0.74% | 0.74% | - |
| XYZ | 17.01 | 17.69 | 50.1 | - |
| YUV | 106.22 | 174.15 | 86.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 120 | 188 | 0.74 | 0.36 | 0 | 0.26 | 209.14 | 0.59 | 0.46 |
| Hex | 30 | 78 | BC | 4A | 24 | 0 | 1A | D1 | 3B | 2E |
| Octal | 60 | 170 | 274 | 112 | 44 | 0 | 32 | 321 | 73 | 56 |
| Binary | 110000 | 1111000 | 10111100 | 1001010 | 100100 | 0 | 11010 | 11010001 | 111011 | 101110 |
Color Harmonies of #3078BC
Complementary color
Monochromatic Colors of #3078BC
Black with #3078BC
Text Example
Text Example
White with #3078BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3078BC; }
p { color: rgb(48,120,188); }
H1.HeaderClassName
{
color: #3078BC;
}
.AnyTagClassName
{
color: #3078BC;
}
</style>
background-color css
<style>
a { background-color: #3078BC; }
a { background-color: rgb(48,120,188); }
div.DivClassName
{
background-color: #3078BC;
}
.BgClassName
{
background-color: #3078BC;
}
</style>
border-color css
<style>
span { border-color: #3078BC; }
span { border-color: rgb(48,120,188); }
td.TdClassName
{
border-color: #3078BC;
}
.TagClassName
{
border-color: #3078BC;
}
</style>