Shades of Curious Blue #3076BC
Tints of Curious Blue #3076BC
RGB
CMYK
RGB Variations
Color information
#3076BC (or 0x3076BC) is known color: Curious Blue. HEX triplet: 30, 76 and BC. RGB value is (48,118,188). Sum of RGB (Red+Green+Blue) = 48+118+188=354 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.56% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #3076BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3076BC is #CF8943. Grayscale: #686868. Windows color (decimal): -13601092 or 12351024. OLE color: 12351024.
HSL color Cylindrical-coordinate representation of color #3076BC: hue angle of 210º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3076BC is Cyan = 0.74, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 118 | 188 | - |
| CMYK | 0.74 | 0.37 | 0 | 0.26 |
| HSL | 210º | 0.59% | 0.46% | - |
| HSV(B) | 210º | 0.74% | 0.74% | - |
| XYZ | 16.77 | 17.22 | 50.02 | - |
| YUV | 105.05 | 174.81 | 87.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 118 | 188 | 0.74 | 0.37 | 0 | 0.26 | 210 | 0.59 | 0.46 |
| Hex | 30 | 76 | BC | 4A | 25 | 0 | 1A | D2 | 3B | 2E |
| Octal | 60 | 166 | 274 | 112 | 45 | 0 | 32 | 322 | 73 | 56 |
| Binary | 110000 | 1110110 | 10111100 | 1001010 | 100101 | 0 | 11010 | 11010010 | 111011 | 101110 |
Color Harmonies of #3076BC
Complementary color
Monochromatic Colors of #3076BC
Black with #3076BC
Text Example
Text Example
White with #3076BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3076BC; }
p { color: rgb(48,118,188); }
H1.HeaderClassName
{
color: #3076BC;
}
.AnyTagClassName
{
color: #3076BC;
}
</style>
background-color css
<style>
a { background-color: #3076BC; }
a { background-color: rgb(48,118,188); }
div.DivClassName
{
background-color: #3076BC;
}
.BgClassName
{
background-color: #3076BC;
}
</style>
border-color css
<style>
span { border-color: #3076BC; }
span { border-color: rgb(48,118,188); }
td.TdClassName
{
border-color: #3076BC;
}
.TagClassName
{
border-color: #3076BC;
}
</style>