Shades of Curious Blue #3078D0
Tints of Curious Blue #3078D0
RGB
CMYK
RGB Variations
Color information
#3078D0 (or 0x3078D0) is known color: Curious Blue. HEX triplet: 30, 78 and D0. RGB value is (48,120,208). Sum of RGB (Red+Green+Blue) = 48+120+208=376 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.77% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 208 (81.64% from 255 or 55.32% from 376); Max value from RGB is 208 - color contains mainly: blue. Hex color #3078D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3078D0 is #CF872F. Grayscale: #6C6C6C. Windows color (decimal): -13600560 or 13662256. OLE color: 13662256.
HSL color Cylindrical-coordinate representation of color #3078D0: hue angle of 213º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3078D0 is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 120 | 208 | - |
| CMYK | 0.77 | 0.42 | 0 | 0.18 |
| HSL | 213º | 0.63% | 0.5% | - |
| HSV(B) | 213º | 0.77% | 0.82% | - |
| XYZ | 19.32 | 18.62 | 62.25 | - |
| YUV | 108.5 | 184.15 | 84.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 120 | 208 | 0.77 | 0.42 | 0 | 0.18 | 213 | 0.63 | 0.5 |
| Hex | 30 | 78 | D0 | 4D | 2A | 0 | 12 | D5 | 3F | 32 |
| Octal | 60 | 170 | 320 | 115 | 52 | 0 | 22 | 325 | 77 | 62 |
| Binary | 110000 | 1111000 | 11010000 | 1001101 | 101010 | 0 | 10010 | 11010101 | 111111 | 110010 |
Color Harmonies of #3078D0
Complementary color
Monochromatic Colors of #3078D0
Black with #3078D0
Text Example
Text Example
White with #3078D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3078D0; }
p { color: rgb(48,120,208); }
H1.HeaderClassName
{
color: #3078D0;
}
.AnyTagClassName
{
color: #3078D0;
}
</style>
background-color css
<style>
a { background-color: #3078D0; }
a { background-color: rgb(48,120,208); }
div.DivClassName
{
background-color: #3078D0;
}
.BgClassName
{
background-color: #3078D0;
}
</style>
border-color css
<style>
span { border-color: #3078D0; }
span { border-color: rgb(48,120,208); }
td.TdClassName
{
border-color: #3078D0;
}
.TagClassName
{
border-color: #3078D0;
}
</style>