Shades of Curious Blue #307CCD
Tints of Curious Blue #307CCD
RGB
CMYK
RGB Variations
Color information
#307CCD (or 0x307CCD) is known color: Curious Blue. HEX triplet: 30, 7C and CD. RGB value is (48,124,205). Sum of RGB (Red+Green+Blue) = 48+124+205=377 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.73% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 205 (80.47% from 255 or 54.38% from 377); Max value from RGB is 205 - color contains mainly: blue. Hex color #307CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307CCD is #CF8332. Grayscale: #6E6E6E. Windows color (decimal): -13599539 or 13466672. OLE color: 13466672.
HSL color Cylindrical-coordinate representation of color #307CCD: hue angle of 210.96º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #307CCD is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 124 | 205 | - |
| CMYK | 0.77 | 0.40 | 0 | 0.20 |
| HSL | 210.96º | 0.62% | 0.5% | - |
| HSV(B) | 210.96º | 0.77% | 0.8% | - |
| XYZ | 19.45 | 19.45 | 60.49 | - |
| YUV | 110.51 | 181.32 | 83.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 124 | 205 | 0.77 | 0.40 | 0 | 0.20 | 210.96 | 0.62 | 0.5 |
| Hex | 30 | 7C | CD | 4D | 28 | 0 | 14 | D3 | 3E | 32 |
| Octal | 60 | 174 | 315 | 115 | 50 | 0 | 24 | 323 | 76 | 62 |
| Binary | 110000 | 1111100 | 11001101 | 1001101 | 101000 | 0 | 10100 | 11010011 | 111110 | 110010 |
Color Harmonies of #307CCD
Complementary color
Monochromatic Colors of #307CCD
Black with #307CCD
Text Example
Text Example
White with #307CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307CCD; }
p { color: rgb(48,124,205); }
H1.HeaderClassName
{
color: #307CCD;
}
.AnyTagClassName
{
color: #307CCD;
}
</style>
background-color css
<style>
a { background-color: #307CCD; }
a { background-color: rgb(48,124,205); }
div.DivClassName
{
background-color: #307CCD;
}
.BgClassName
{
background-color: #307CCD;
}
</style>
border-color css
<style>
span { border-color: #307CCD; }
span { border-color: rgb(48,124,205); }
td.TdClassName
{
border-color: #307CCD;
}
.TagClassName
{
border-color: #307CCD;
}
</style>