Shades of Curious Blue #3078BD
Tints of Curious Blue #3078BD
RGB
CMYK
RGB Variations
Color information
#3078BD (or 0x3078BD) is known color: Curious Blue. HEX triplet: 30, 78 and BD. RGB value is (48,120,189). Sum of RGB (Red+Green+Blue) = 48+120+189=357 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.45% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 189 (74.22% from 255 or 52.94% from 357); Max value from RGB is 189 - color contains mainly: blue. Hex color #3078BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3078BD is #CF8742. Grayscale: #696969. Windows color (decimal): -13600579 or 12417072. OLE color: 12417072.
HSL color Cylindrical-coordinate representation of color #3078BD: hue angle of 209.36º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3078BD is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 120 | 189 | - |
| CMYK | 0.75 | 0.37 | 0 | 0.26 |
| HSL | 209.36º | 0.59% | 0.46% | - |
| HSV(B) | 209.36º | 0.75% | 0.74% | - |
| XYZ | 17.12 | 17.74 | 50.67 | - |
| YUV | 106.34 | 174.65 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 120 | 189 | 0.75 | 0.37 | 0 | 0.26 | 209.36 | 0.59 | 0.46 |
| Hex | 30 | 78 | BD | 4B | 25 | 0 | 1A | D1 | 3B | 2E |
| Octal | 60 | 170 | 275 | 113 | 45 | 0 | 32 | 321 | 73 | 56 |
| Binary | 110000 | 1111000 | 10111101 | 1001011 | 100101 | 0 | 11010 | 11010001 | 111011 | 101110 |
Color Harmonies of #3078BD
Complementary color
Monochromatic Colors of #3078BD
Black with #3078BD
Text Example
Text Example
White with #3078BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3078BD; }
p { color: rgb(48,120,189); }
H1.HeaderClassName
{
color: #3078BD;
}
.AnyTagClassName
{
color: #3078BD;
}
</style>
background-color css
<style>
a { background-color: #3078BD; }
a { background-color: rgb(48,120,189); }
div.DivClassName
{
background-color: #3078BD;
}
.BgClassName
{
background-color: #3078BD;
}
</style>
border-color css
<style>
span { border-color: #3078BD; }
span { border-color: rgb(48,120,189); }
td.TdClassName
{
border-color: #3078BD;
}
.TagClassName
{
border-color: #3078BD;
}
</style>