Shades of Curious Blue #307EC0
Tints of Curious Blue #307EC0
RGB
CMYK
RGB Variations
Color information
#307EC0 (or 0x307EC0) is known color: Curious Blue. HEX triplet: 30, 7E and C0. RGB value is (48,126,192). Sum of RGB (Red+Green+Blue) = 48+126+192=366 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.11% from 366); Green value is 126 (49.61% from 255 or 34.43% from 366); Blue value is 192 (75.39% from 255 or 52.46% from 366); Max value from RGB is 192 - color contains mainly: blue. Hex color #307EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307EC0 is #CF813F. Grayscale: #6D6D6D. Windows color (decimal): -13599040 or 12615216. OLE color: 12615216.
HSL color Cylindrical-coordinate representation of color #307EC0: hue angle of 207.5º 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 #307EC0 is Cyan = 0.75, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 126 | 192 | - |
| CMYK | 0.75 | 0.34 | 0 | 0.25 |
| HSL | 207.5º | 0.6% | 0.47% | - |
| HSV(B) | 207.5º | 0.75% | 0.75% | - |
| XYZ | 18.19 | 19.36 | 52.65 | - |
| YUV | 110.2 | 174.16 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 126 | 192 | 0.75 | 0.34 | 0 | 0.25 | 207.5 | 0.6 | 0.47 |
| Hex | 30 | 7E | C0 | 4B | 22 | 0 | 19 | D0 | 3C | 2F |
| Octal | 60 | 176 | 300 | 113 | 42 | 0 | 31 | 320 | 74 | 57 |
| Binary | 110000 | 1111110 | 11000000 | 1001011 | 100010 | 0 | 11001 | 11010000 | 111100 | 101111 |
Color Harmonies of #307EC0
Complementary color
Monochromatic Colors of #307EC0
Black with #307EC0
Text Example
Text Example
White with #307EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307EC0; }
p { color: rgb(48,126,192); }
H1.HeaderClassName
{
color: #307EC0;
}
.AnyTagClassName
{
color: #307EC0;
}
</style>
background-color css
<style>
a { background-color: #307EC0; }
a { background-color: rgb(48,126,192); }
div.DivClassName
{
background-color: #307EC0;
}
.BgClassName
{
background-color: #307EC0;
}
</style>
border-color css
<style>
span { border-color: #307EC0; }
span { border-color: rgb(48,126,192); }
td.TdClassName
{
border-color: #307EC0;
}
.TagClassName
{
border-color: #307EC0;
}
</style>