Shades of Curious Blue #307FCD
Tints of Curious Blue #307FCD
RGB
CMYK
RGB Variations
Color information
#307FCD (or 0x307FCD) is known color: Curious Blue. HEX triplet: 30, 7F and CD. RGB value is (48,127,205). Sum of RGB (Red+Green+Blue) = 48+127+205=380 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.63% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 205 (80.47% from 255 or 53.95% from 380); Max value from RGB is 205 - color contains mainly: blue. Hex color #307FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307FCD is #CF8032. Grayscale: #6F6F6F. Windows color (decimal): -13598771 or 13467440. OLE color: 13467440.
HSL color Cylindrical-coordinate representation of color #307FCD: hue angle of 209.81º 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 #307FCD is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 127 | 205 | - |
| CMYK | 0.77 | 0.38 | 0 | 0.20 |
| HSL | 209.81º | 0.62% | 0.5% | - |
| HSV(B) | 209.81º | 0.77% | 0.8% | - |
| XYZ | 19.83 | 20.21 | 60.61 | - |
| YUV | 112.27 | 180.33 | 82.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 127 | 205 | 0.77 | 0.38 | 0 | 0.20 | 209.81 | 0.62 | 0.5 |
| Hex | 30 | 7F | CD | 4D | 26 | 0 | 14 | D2 | 3E | 32 |
| Octal | 60 | 177 | 315 | 115 | 46 | 0 | 24 | 322 | 76 | 62 |
| Binary | 110000 | 1111111 | 11001101 | 1001101 | 100110 | 0 | 10100 | 11010010 | 111110 | 110010 |
Color Harmonies of #307FCD
Complementary color
Monochromatic Colors of #307FCD
Black with #307FCD
Text Example
Text Example
White with #307FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307FCD; }
p { color: rgb(48,127,205); }
H1.HeaderClassName
{
color: #307FCD;
}
.AnyTagClassName
{
color: #307FCD;
}
</style>
background-color css
<style>
a { background-color: #307FCD; }
a { background-color: rgb(48,127,205); }
div.DivClassName
{
background-color: #307FCD;
}
.BgClassName
{
background-color: #307FCD;
}
</style>
border-color css
<style>
span { border-color: #307FCD; }
span { border-color: rgb(48,127,205); }
td.TdClassName
{
border-color: #307FCD;
}
.TagClassName
{
border-color: #307FCD;
}
</style>