Shades of Curious Blue #307ECC
Tints of Curious Blue #307ECC
RGB
CMYK
RGB Variations
Color information
#307ECC (or 0x307ECC) is known color: Curious Blue. HEX triplet: 30, 7E and CC. RGB value is (48,126,204). Sum of RGB (Red+Green+Blue) = 48+126+204=378 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.70% from 378); Green value is 126 (49.61% from 255 or 33.33% from 378); Blue value is 204 (80.08% from 255 or 53.97% from 378); Max value from RGB is 204 - color contains mainly: blue. Hex color #307ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307ECC is #CF8133. Grayscale: #6F6F6F. Windows color (decimal): -13599028 or 13401648. OLE color: 13401648.
HSL color Cylindrical-coordinate representation of color #307ECC: hue angle of 210º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #307ECC is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 48 | 126 | 204 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.2 |
| HSL | 210º | 0.62% | 0.49% | - |
| HSV(B) | 210º | 0.76% | 0.8% | - |
| XYZ | 19.58 | 19.91 | 59.94 | - |
| YUV | 111.57 | 180.16 | 82.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 126 | 204 | 0.76 | 0.38 | 0 | 0.2 | 210 | 0.62 | 0.49 |
| Hex | 30 | 7E | CC | 4C | 26 | 0 | 14 | D2 | 3E | 31 |
| Octal | 60 | 176 | 314 | 114 | 46 | 0 | 24 | 322 | 76 | 61 |
| Binary | 110000 | 1111110 | 11001100 | 1001100 | 100110 | 0 | 10100 | 11010010 | 111110 | 110001 |
Color Harmonies of #307ECC
Complementary color
Monochromatic Colors of #307ECC
Black with #307ECC
Text Example
Text Example
White with #307ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307ECC; }
p { color: rgb(48,126,204); }
H1.HeaderClassName
{
color: #307ECC;
}
.AnyTagClassName
{
color: #307ECC;
}
</style>
background-color css
<style>
a { background-color: #307ECC; }
a { background-color: rgb(48,126,204); }
div.DivClassName
{
background-color: #307ECC;
}
.BgClassName
{
background-color: #307ECC;
}
</style>
border-color css
<style>
span { border-color: #307ECC; }
span { border-color: rgb(48,126,204); }
td.TdClassName
{
border-color: #307ECC;
}
.TagClassName
{
border-color: #307ECC;
}
</style>