Shades of Curious Blue #306EBC
Tints of Curious Blue #306EBC
RGB
CMYK
RGB Variations
Color information
#306EBC (or 0x306EBC) is known color: Curious Blue. HEX triplet: 30, 6E and BC. RGB value is (48,110,188). Sum of RGB (Red+Green+Blue) = 48+110+188=346 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.87% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #306EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #306EBC is #CF9143. Grayscale: #636363. Windows color (decimal): -13603140 or 12348976. OLE color: 12348976.
HSL color Cylindrical-coordinate representation of color #306EBC: hue angle of 213.43º 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 #306EBC is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 110 | 188 | - |
| CMYK | 0.74 | 0.41 | 0 | 0.26 |
| HSL | 213.43º | 0.59% | 0.46% | - |
| HSV(B) | 213.43º | 0.74% | 0.74% | - |
| XYZ | 15.87 | 15.41 | 49.72 | - |
| YUV | 100.35 | 177.46 | 90.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 110 | 188 | 0.74 | 0.41 | 0 | 0.26 | 213.43 | 0.59 | 0.46 |
| Hex | 30 | 6E | BC | 4A | 29 | 0 | 1A | D5 | 3B | 2E |
| Octal | 60 | 156 | 274 | 112 | 51 | 0 | 32 | 325 | 73 | 56 |
| Binary | 110000 | 1101110 | 10111100 | 1001010 | 101001 | 0 | 11010 | 11010101 | 111011 | 101110 |
Color Harmonies of #306EBC
Complementary color
Monochromatic Colors of #306EBC
Black with #306EBC
Text Example
Text Example
White with #306EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #306EBC; }
p { color: rgb(48,110,188); }
H1.HeaderClassName
{
color: #306EBC;
}
.AnyTagClassName
{
color: #306EBC;
}
</style>
background-color css
<style>
a { background-color: #306EBC; }
a { background-color: rgb(48,110,188); }
div.DivClassName
{
background-color: #306EBC;
}
.BgClassName
{
background-color: #306EBC;
}
</style>
border-color css
<style>
span { border-color: #306EBC; }
span { border-color: rgb(48,110,188); }
td.TdClassName
{
border-color: #306EBC;
}
.TagClassName
{
border-color: #306EBC;
}
</style>