Shades of Curious Blue #3078B5
Tints of Curious Blue #3078B5
RGB
CMYK
RGB Variations
Color information
#3078B5 (or 0x3078B5) is known color: Curious Blue. HEX triplet: 30, 78 and B5. RGB value is (48,120,181). Sum of RGB (Red+Green+Blue) = 48+120+181=349 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.75% from 349); Green value is 120 (47.27% from 255 or 34.38% from 349); Blue value is 181 (71.09% from 255 or 51.86% from 349); Max value from RGB is 181 - color contains mainly: blue. Hex color #3078B5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3078B5 is #CF874A. Grayscale: #696969. Windows color (decimal): -13600587 or 11892784. OLE color: 11892784.
HSL color Cylindrical-coordinate representation of color #3078B5: hue angle of 207.52º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3078B5 is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 48 | 120 | 181 | - |
| CMYK | 0.73 | 0.34 | 0 | 0.29 |
| HSL | 207.52º | 0.58% | 0.45% | - |
| HSV(B) | 207.52º | 0.73% | 0.71% | - |
| XYZ | 16.28 | 17.4 | 46.22 | - |
| YUV | 105.43 | 170.65 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 120 | 181 | 0.73 | 0.34 | 0 | 0.29 | 207.52 | 0.58 | 0.45 |
| Hex | 30 | 78 | B5 | 49 | 22 | 0 | 1D | D0 | 3A | 2D |
| Octal | 60 | 170 | 265 | 111 | 42 | 0 | 35 | 320 | 72 | 55 |
| Binary | 110000 | 1111000 | 10110101 | 1001001 | 100010 | 0 | 11101 | 11010000 | 111010 | 101101 |
Color Harmonies of #3078B5
Complementary color
Monochromatic Colors of #3078B5
Black with #3078B5
Text Example
Text Example
White with #3078B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3078B5; }
p { color: rgb(48,120,181); }
H1.HeaderClassName
{
color: #3078B5;
}
.AnyTagClassName
{
color: #3078B5;
}
</style>
background-color css
<style>
a { background-color: #3078B5; }
a { background-color: rgb(48,120,181); }
div.DivClassName
{
background-color: #3078B5;
}
.BgClassName
{
background-color: #3078B5;
}
</style>
border-color css
<style>
span { border-color: #3078B5; }
span { border-color: rgb(48,120,181); }
td.TdClassName
{
border-color: #3078B5;
}
.TagClassName
{
border-color: #3078B5;
}
</style>