Shades of Curious Blue #3078CE
Tints of Curious Blue #3078CE
RGB
CMYK
RGB Variations
Color information
#3078CE (or 0x3078CE) is known color: Curious Blue. HEX triplet: 30, 78 and CE. RGB value is (48,120,206). Sum of RGB (Red+Green+Blue) = 48+120+206=374 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.83% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #3078CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3078CE is #CF8731. Grayscale: #6B6B6B. Windows color (decimal): -13600562 or 13531184. OLE color: 13531184.
HSL color Cylindrical-coordinate representation of color #3078CE: hue angle of 212.66º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3078CE is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 120 | 206 | - |
| CMYK | 0.77 | 0.42 | 0 | 0.19 |
| HSL | 212.66º | 0.62% | 0.5% | - |
| HSV(B) | 212.66º | 0.77% | 0.81% | - |
| XYZ | 19.08 | 18.52 | 60.96 | - |
| YUV | 108.28 | 183.15 | 85.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 120 | 206 | 0.77 | 0.42 | 0 | 0.19 | 212.66 | 0.62 | 0.5 |
| Hex | 30 | 78 | CE | 4D | 2A | 0 | 13 | D5 | 3E | 32 |
| Octal | 60 | 170 | 316 | 115 | 52 | 0 | 23 | 325 | 76 | 62 |
| Binary | 110000 | 1111000 | 11001110 | 1001101 | 101010 | 0 | 10011 | 11010101 | 111110 | 110010 |
Color Harmonies of #3078CE
Complementary color
Monochromatic Colors of #3078CE
Black with #3078CE
Text Example
Text Example
White with #3078CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3078CE; }
p { color: rgb(48,120,206); }
H1.HeaderClassName
{
color: #3078CE;
}
.AnyTagClassName
{
color: #3078CE;
}
</style>
background-color css
<style>
a { background-color: #3078CE; }
a { background-color: rgb(48,120,206); }
div.DivClassName
{
background-color: #3078CE;
}
.BgClassName
{
background-color: #3078CE;
}
</style>
border-color css
<style>
span { border-color: #3078CE; }
span { border-color: rgb(48,120,206); }
td.TdClassName
{
border-color: #3078CE;
}
.TagClassName
{
border-color: #3078CE;
}
</style>