Shades of Curious Blue #3078B2
Tints of Curious Blue #3078B2
RGB
CMYK
RGB Variations
Color information
#3078B2 (or 0x3078B2) is known color: Curious Blue. HEX triplet: 30, 78 and B2. RGB value is (48,120,178). Sum of RGB (Red+Green+Blue) = 48+120+178=346 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.87% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 178 (69.92% from 255 or 51.45% from 346); Max value from RGB is 178 - color contains mainly: blue. Hex color #3078B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3078B2 is #CF874D. Grayscale: #686868. Windows color (decimal): -13600590 or 11696176. OLE color: 11696176.
HSL color Cylindrical-coordinate representation of color #3078B2: hue angle of 206.77º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3078B2 is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 48 | 120 | 178 | - |
| CMYK | 0.73 | 0.33 | 0 | 0.30 |
| HSL | 206.77º | 0.58% | 0.44% | - |
| HSV(B) | 206.77º | 0.73% | 0.7% | - |
| XYZ | 15.97 | 17.28 | 44.61 | - |
| YUV | 105.08 | 169.15 | 87.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 120 | 178 | 0.73 | 0.33 | 0 | 0.30 | 206.77 | 0.58 | 0.44 |
| Hex | 30 | 78 | B2 | 49 | 21 | 0 | 1E | CF | 3A | 2C |
| Octal | 60 | 170 | 262 | 111 | 41 | 0 | 36 | 317 | 72 | 54 |
| Binary | 110000 | 1111000 | 10110010 | 1001001 | 100001 | 0 | 11110 | 11001111 | 111010 | 101100 |
Color Harmonies of #3078B2
Complementary color
Monochromatic Colors of #3078B2
Black with #3078B2
Text Example
Text Example
White with #3078B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3078B2; }
p { color: rgb(48,120,178); }
H1.HeaderClassName
{
color: #3078B2;
}
.AnyTagClassName
{
color: #3078B2;
}
</style>
background-color css
<style>
a { background-color: #3078B2; }
a { background-color: rgb(48,120,178); }
div.DivClassName
{
background-color: #3078B2;
}
.BgClassName
{
background-color: #3078B2;
}
</style>
border-color css
<style>
span { border-color: #3078B2; }
span { border-color: rgb(48,120,178); }
td.TdClassName
{
border-color: #3078B2;
}
.TagClassName
{
border-color: #3078B2;
}
</style>