Shades of Curious Blue #3078BA
Tints of Curious Blue #3078BA
RGB
CMYK
RGB Variations
Color information
#3078BA (or 0x3078BA) is known color: Curious Blue. HEX triplet: 30, 78 and BA. RGB value is (48,120,186). Sum of RGB (Red+Green+Blue) = 48+120+186=354 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.56% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #3078BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3078BA is #CF8745. Grayscale: #696969. Windows color (decimal): -13600582 or 12220464. OLE color: 12220464.
HSL color Cylindrical-coordinate representation of color #3078BA: hue angle of 208.7º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3078BA is Cyan = 0.74, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 120 | 186 | - |
| CMYK | 0.74 | 0.35 | 0 | 0.27 |
| HSL | 208.7º | 0.59% | 0.46% | - |
| HSV(B) | 208.7º | 0.74% | 0.73% | - |
| XYZ | 16.8 | 17.61 | 48.97 | - |
| YUV | 106 | 173.15 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 120 | 186 | 0.74 | 0.35 | 0 | 0.27 | 208.7 | 0.59 | 0.46 |
| Hex | 30 | 78 | BA | 4A | 23 | 0 | 1B | D1 | 3B | 2E |
| Octal | 60 | 170 | 272 | 112 | 43 | 0 | 33 | 321 | 73 | 56 |
| Binary | 110000 | 1111000 | 10111010 | 1001010 | 100011 | 0 | 11011 | 11010001 | 111011 | 101110 |
Color Harmonies of #3078BA
Complementary color
Monochromatic Colors of #3078BA
Black with #3078BA
Text Example
Text Example
White with #3078BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3078BA; }
p { color: rgb(48,120,186); }
H1.HeaderClassName
{
color: #3078BA;
}
.AnyTagClassName
{
color: #3078BA;
}
</style>
background-color css
<style>
a { background-color: #3078BA; }
a { background-color: rgb(48,120,186); }
div.DivClassName
{
background-color: #3078BA;
}
.BgClassName
{
background-color: #3078BA;
}
</style>
border-color css
<style>
span { border-color: #3078BA; }
span { border-color: rgb(48,120,186); }
td.TdClassName
{
border-color: #3078BA;
}
.TagClassName
{
border-color: #3078BA;
}
</style>