Shades of Curious Blue #3076C0
Tints of Curious Blue #3076C0
RGB
CMYK
RGB Variations
Color information
#3076C0 (or 0x3076C0) is known color: Curious Blue. HEX triplet: 30, 76 and C0. RGB value is (48,118,192). Sum of RGB (Red+Green+Blue) = 48+118+192=358 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.41% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 192 (75.39% from 255 or 53.63% from 358); Max value from RGB is 192 - color contains mainly: blue. Hex color #3076C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3076C0 is #CF893F. Grayscale: #696969. Windows color (decimal): -13601088 or 12613168. OLE color: 12613168.
HSL color Cylindrical-coordinate representation of color #3076C0: hue angle of 210.83º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3076C0 is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 118 | 192 | - |
| CMYK | 0.75 | 0.39 | 0 | 0.25 |
| HSL | 210.83º | 0.6% | 0.47% | - |
| HSV(B) | 210.83º | 0.75% | 0.75% | - |
| XYZ | 17.21 | 17.39 | 52.32 | - |
| YUV | 105.51 | 176.81 | 86.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 118 | 192 | 0.75 | 0.39 | 0 | 0.25 | 210.83 | 0.6 | 0.47 |
| Hex | 30 | 76 | C0 | 4B | 27 | 0 | 19 | D3 | 3C | 2F |
| Octal | 60 | 166 | 300 | 113 | 47 | 0 | 31 | 323 | 74 | 57 |
| Binary | 110000 | 1110110 | 11000000 | 1001011 | 100111 | 0 | 11001 | 11010011 | 111100 | 101111 |
Color Harmonies of #3076C0
Complementary color
Monochromatic Colors of #3076C0
Black with #3076C0
Text Example
Text Example
White with #3076C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3076C0; }
p { color: rgb(48,118,192); }
H1.HeaderClassName
{
color: #3076C0;
}
.AnyTagClassName
{
color: #3076C0;
}
</style>
background-color css
<style>
a { background-color: #3076C0; }
a { background-color: rgb(48,118,192); }
div.DivClassName
{
background-color: #3076C0;
}
.BgClassName
{
background-color: #3076C0;
}
</style>
border-color css
<style>
span { border-color: #3076C0; }
span { border-color: rgb(48,118,192); }
td.TdClassName
{
border-color: #3076C0;
}
.TagClassName
{
border-color: #3076C0;
}
</style>