Shades of Curious Blue #3073C4
Tints of Curious Blue #3073C4
RGB
CMYK
RGB Variations
Color information
#3073C4 (or 0x3073C4) is known color: Curious Blue. HEX triplet: 30, 73 and C4. RGB value is (48,115,196). Sum of RGB (Red+Green+Blue) = 48+115+196=359 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.37% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 196 (76.95% from 255 or 54.60% from 359); Max value from RGB is 196 - color contains mainly: blue. Hex color #3073C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3073C4 is #CF8C3B. Grayscale: #676767. Windows color (decimal): -13601852 or 12874544. OLE color: 12874544.
HSL color Cylindrical-coordinate representation of color #3073C4: hue angle of 212.84º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3073C4 is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 48 | 115 | 196 | - |
| CMYK | 0.76 | 0.41 | 0 | 0.23 |
| HSL | 212.84º | 0.61% | 0.48% | - |
| HSV(B) | 212.84º | 0.76% | 0.77% | - |
| XYZ | 17.31 | 16.88 | 54.57 | - |
| YUV | 104.2 | 179.8 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 115 | 196 | 0.76 | 0.41 | 0 | 0.23 | 212.84 | 0.61 | 0.48 |
| Hex | 30 | 73 | C4 | 4C | 29 | 0 | 17 | D5 | 3D | 30 |
| Octal | 60 | 163 | 304 | 114 | 51 | 0 | 27 | 325 | 75 | 60 |
| Binary | 110000 | 1110011 | 11000100 | 1001100 | 101001 | 0 | 10111 | 11010101 | 111101 | 110000 |
Color Harmonies of #3073C4
Complementary color
Monochromatic Colors of #3073C4
Black with #3073C4
Text Example
Text Example
White with #3073C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3073C4; }
p { color: rgb(48,115,196); }
H1.HeaderClassName
{
color: #3073C4;
}
.AnyTagClassName
{
color: #3073C4;
}
</style>
background-color css
<style>
a { background-color: #3073C4; }
a { background-color: rgb(48,115,196); }
div.DivClassName
{
background-color: #3073C4;
}
.BgClassName
{
background-color: #3073C4;
}
</style>
border-color css
<style>
span { border-color: #3073C4; }
span { border-color: rgb(48,115,196); }
td.TdClassName
{
border-color: #3073C4;
}
.TagClassName
{
border-color: #3073C4;
}
</style>