Shades of Curious Blue #307BD0
Tints of Curious Blue #307BD0
RGB
CMYK
RGB Variations
Color information
#307BD0 (or 0x307BD0) is known color: Curious Blue. HEX triplet: 30, 7B and D0. RGB value is (48,123,208). Sum of RGB (Red+Green+Blue) = 48+123+208=379 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.66% from 379); Green value is 123 (48.44% from 255 or 32.45% from 379); Blue value is 208 (81.64% from 255 or 54.88% from 379); Max value from RGB is 208 - color contains mainly: blue. Hex color #307BD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307BD0 is #CF842F. Grayscale: #6D6D6D. Windows color (decimal): -13599792 or 13663024. OLE color: 13663024.
HSL color Cylindrical-coordinate representation of color #307BD0: hue angle of 211.88º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #307BD0 is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 123 | 208 | - |
| CMYK | 0.77 | 0.41 | 0 | 0.18 |
| HSL | 211.88º | 0.63% | 0.5% | - |
| HSV(B) | 211.88º | 0.77% | 0.82% | - |
| XYZ | 19.69 | 19.35 | 62.37 | - |
| YUV | 110.27 | 183.15 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 123 | 208 | 0.77 | 0.41 | 0 | 0.18 | 211.88 | 0.63 | 0.5 |
| Hex | 30 | 7B | D0 | 4D | 29 | 0 | 12 | D4 | 3F | 32 |
| Octal | 60 | 173 | 320 | 115 | 51 | 0 | 22 | 324 | 77 | 62 |
| Binary | 110000 | 1111011 | 11010000 | 1001101 | 101001 | 0 | 10010 | 11010100 | 111111 | 110010 |
Color Harmonies of #307BD0
Complementary color
Monochromatic Colors of #307BD0
Black with #307BD0
Text Example
Text Example
White with #307BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307BD0; }
p { color: rgb(48,123,208); }
H1.HeaderClassName
{
color: #307BD0;
}
.AnyTagClassName
{
color: #307BD0;
}
</style>
background-color css
<style>
a { background-color: #307BD0; }
a { background-color: rgb(48,123,208); }
div.DivClassName
{
background-color: #307BD0;
}
.BgClassName
{
background-color: #307BD0;
}
</style>
border-color css
<style>
span { border-color: #307BD0; }
span { border-color: rgb(48,123,208); }
td.TdClassName
{
border-color: #307BD0;
}
.TagClassName
{
border-color: #307BD0;
}
</style>