Shades of Curious Blue #307EBC
Tints of Curious Blue #307EBC
RGB
CMYK
RGB Variations
Color information
#307EBC (or 0x307EBC) is known color: Curious Blue. HEX triplet: 30, 7E and BC. RGB value is (48,126,188). Sum of RGB (Red+Green+Blue) = 48+126+188=362 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.26% from 362); Green value is 126 (49.61% from 255 or 34.81% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #307EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307EBC is #CF8143. Grayscale: #6D6D6D. Windows color (decimal): -13599044 or 12353072. OLE color: 12353072.
HSL color Cylindrical-coordinate representation of color #307EBC: hue angle of 206.57º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #307EBC is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 126 | 188 | - |
| CMYK | 0.74 | 0.33 | 0 | 0.26 |
| HSL | 206.57º | 0.59% | 0.46% | - |
| HSV(B) | 206.57º | 0.74% | 0.74% | - |
| XYZ | 17.76 | 19.18 | 50.34 | - |
| YUV | 109.75 | 172.16 | 83.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 126 | 188 | 0.74 | 0.33 | 0 | 0.26 | 206.57 | 0.59 | 0.46 |
| Hex | 30 | 7E | BC | 4A | 21 | 0 | 1A | CF | 3B | 2E |
| Octal | 60 | 176 | 274 | 112 | 41 | 0 | 32 | 317 | 73 | 56 |
| Binary | 110000 | 1111110 | 10111100 | 1001010 | 100001 | 0 | 11010 | 11001111 | 111011 | 101110 |
Color Harmonies of #307EBC
Complementary color
Monochromatic Colors of #307EBC
Black with #307EBC
Text Example
Text Example
White with #307EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307EBC; }
p { color: rgb(48,126,188); }
H1.HeaderClassName
{
color: #307EBC;
}
.AnyTagClassName
{
color: #307EBC;
}
</style>
background-color css
<style>
a { background-color: #307EBC; }
a { background-color: rgb(48,126,188); }
div.DivClassName
{
background-color: #307EBC;
}
.BgClassName
{
background-color: #307EBC;
}
</style>
border-color css
<style>
span { border-color: #307EBC; }
span { border-color: rgb(48,126,188); }
td.TdClassName
{
border-color: #307EBC;
}
.TagClassName
{
border-color: #307EBC;
}
</style>