Shades of Curious Blue #307ECB
Tints of Curious Blue #307ECB
RGB
CMYK
RGB Variations
Color information
#307ECB (or 0x307ECB) is known color: Curious Blue. HEX triplet: 30, 7E and CB. RGB value is (48,126,203). Sum of RGB (Red+Green+Blue) = 48+126+203=377 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.73% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 203 (79.69% from 255 or 53.85% from 377); Max value from RGB is 203 - color contains mainly: blue. Hex color #307ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307ECB is #CF8134. Grayscale: #6F6F6F. Windows color (decimal): -13599029 or 13336112. OLE color: 13336112.
HSL color Cylindrical-coordinate representation of color #307ECB: hue angle of 209.81º 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 #307ECB is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 126 | 203 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.20 |
| HSL | 209.81º | 0.62% | 0.49% | - |
| HSV(B) | 209.81º | 0.76% | 0.8% | - |
| XYZ | 19.46 | 19.86 | 59.31 | - |
| YUV | 111.46 | 179.66 | 82.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 126 | 203 | 0.76 | 0.38 | 0 | 0.20 | 209.81 | 0.62 | 0.49 |
| Hex | 30 | 7E | CB | 4C | 26 | 0 | 14 | D2 | 3E | 31 |
| Octal | 60 | 176 | 313 | 114 | 46 | 0 | 24 | 322 | 76 | 61 |
| Binary | 110000 | 1111110 | 11001011 | 1001100 | 100110 | 0 | 10100 | 11010010 | 111110 | 110001 |
Color Harmonies of #307ECB
Complementary color
Monochromatic Colors of #307ECB
Black with #307ECB
Text Example
Text Example
White with #307ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307ECB; }
p { color: rgb(48,126,203); }
H1.HeaderClassName
{
color: #307ECB;
}
.AnyTagClassName
{
color: #307ECB;
}
</style>
background-color css
<style>
a { background-color: #307ECB; }
a { background-color: rgb(48,126,203); }
div.DivClassName
{
background-color: #307ECB;
}
.BgClassName
{
background-color: #307ECB;
}
</style>
border-color css
<style>
span { border-color: #307ECB; }
span { border-color: rgb(48,126,203); }
td.TdClassName
{
border-color: #307ECB;
}
.TagClassName
{
border-color: #307ECB;
}
</style>