Shades of Curious Blue #307CBB
Tints of Curious Blue #307CBB
RGB
CMYK
RGB Variations
Color information
#307CBB (or 0x307CBB) is known color: Curious Blue. HEX triplet: 30, 7C and BB. RGB value is (48,124,187). Sum of RGB (Red+Green+Blue) = 48+124+187=359 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.37% from 359); Green value is 124 (48.83% from 255 or 34.54% from 359); Blue value is 187 (73.44% from 255 or 52.09% from 359); Max value from RGB is 187 - color contains mainly: blue. Hex color #307CBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307CBB is #CF8344. Grayscale: #6C6C6C. Windows color (decimal): -13599557 or 12287024. OLE color: 12287024.
HSL color Cylindrical-coordinate representation of color #307CBB: hue angle of 207.19º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #307CBB is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 124 | 187 | - |
| CMYK | 0.74 | 0.34 | 0 | 0.27 |
| HSL | 207.19º | 0.59% | 0.46% | - |
| HSV(B) | 207.19º | 0.74% | 0.73% | - |
| XYZ | 17.4 | 18.63 | 49.69 | - |
| YUV | 108.46 | 172.32 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 124 | 187 | 0.74 | 0.34 | 0 | 0.27 | 207.19 | 0.59 | 0.46 |
| Hex | 30 | 7C | BB | 4A | 22 | 0 | 1B | CF | 3B | 2E |
| Octal | 60 | 174 | 273 | 112 | 42 | 0 | 33 | 317 | 73 | 56 |
| Binary | 110000 | 1111100 | 10111011 | 1001010 | 100010 | 0 | 11011 | 11001111 | 111011 | 101110 |
Color Harmonies of #307CBB
Complementary color
Monochromatic Colors of #307CBB
Black with #307CBB
Text Example
Text Example
White with #307CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307CBB; }
p { color: rgb(48,124,187); }
H1.HeaderClassName
{
color: #307CBB;
}
.AnyTagClassName
{
color: #307CBB;
}
</style>
background-color css
<style>
a { background-color: #307CBB; }
a { background-color: rgb(48,124,187); }
div.DivClassName
{
background-color: #307CBB;
}
.BgClassName
{
background-color: #307CBB;
}
</style>
border-color css
<style>
span { border-color: #307CBB; }
span { border-color: rgb(48,124,187); }
td.TdClassName
{
border-color: #307CBB;
}
.TagClassName
{
border-color: #307CBB;
}
</style>