Shades of Curious Blue #3075C7
Tints of Curious Blue #3075C7
RGB
CMYK
RGB Variations
Color information
#3075C7 (or 0x3075C7) is known color: Curious Blue. HEX triplet: 30, 75 and C7. RGB value is (48,117,199). Sum of RGB (Red+Green+Blue) = 48+117+199=364 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.19% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 199 (78.12% from 255 or 54.67% from 364); Max value from RGB is 199 - color contains mainly: blue. Hex color #3075C7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3075C7 is #CF8A38. Grayscale: #696969. Windows color (decimal): -13601337 or 13071664. OLE color: 13071664.
HSL color Cylindrical-coordinate representation of color #3075C7: hue angle of 212.58º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3075C7 is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 48 | 117 | 199 | - |
| CMYK | 0.76 | 0.41 | 0 | 0.22 |
| HSL | 212.58º | 0.61% | 0.48% | - |
| HSV(B) | 212.58º | 0.76% | 0.78% | - |
| XYZ | 17.89 | 17.47 | 56.46 | - |
| YUV | 105.72 | 180.64 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 117 | 199 | 0.76 | 0.41 | 0 | 0.22 | 212.58 | 0.61 | 0.48 |
| Hex | 30 | 75 | C7 | 4C | 29 | 0 | 16 | D5 | 3D | 30 |
| Octal | 60 | 165 | 307 | 114 | 51 | 0 | 26 | 325 | 75 | 60 |
| Binary | 110000 | 1110101 | 11000111 | 1001100 | 101001 | 0 | 10110 | 11010101 | 111101 | 110000 |
Color Harmonies of #3075C7
Complementary color
Monochromatic Colors of #3075C7
Black with #3075C7
Text Example
Text Example
White with #3075C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3075C7; }
p { color: rgb(48,117,199); }
H1.HeaderClassName
{
color: #3075C7;
}
.AnyTagClassName
{
color: #3075C7;
}
</style>
background-color css
<style>
a { background-color: #3075C7; }
a { background-color: rgb(48,117,199); }
div.DivClassName
{
background-color: #3075C7;
}
.BgClassName
{
background-color: #3075C7;
}
</style>
border-color css
<style>
span { border-color: #3075C7; }
span { border-color: rgb(48,117,199); }
td.TdClassName
{
border-color: #3075C7;
}
.TagClassName
{
border-color: #3075C7;
}
</style>