Shades of Curious Blue #307FCE
Tints of Curious Blue #307FCE
RGB
CMYK
RGB Variations
Color information
#307FCE (or 0x307FCE) is known color: Curious Blue. HEX triplet: 30, 7F and CE. RGB value is (48,127,206). Sum of RGB (Red+Green+Blue) = 48+127+206=381 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.60% from 381); Green value is 127 (50% from 255 or 33.33% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #307FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307FCE is #CF8031. Grayscale: #6F6F6F. Windows color (decimal): -13598770 or 13532976. OLE color: 13532976.
HSL color Cylindrical-coordinate representation of color #307FCE: hue angle of 210º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #307FCE is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 127 | 206 | - |
| CMYK | 0.77 | 0.38 | 0 | 0.19 |
| HSL | 210º | 0.62% | 0.5% | - |
| HSV(B) | 210º | 0.77% | 0.81% | - |
| XYZ | 19.95 | 20.26 | 61.25 | - |
| YUV | 112.39 | 180.83 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 127 | 206 | 0.77 | 0.38 | 0 | 0.19 | 210 | 0.62 | 0.5 |
| Hex | 30 | 7F | CE | 4D | 26 | 0 | 13 | D2 | 3E | 32 |
| Octal | 60 | 177 | 316 | 115 | 46 | 0 | 23 | 322 | 76 | 62 |
| Binary | 110000 | 1111111 | 11001110 | 1001101 | 100110 | 0 | 10011 | 11010010 | 111110 | 110010 |
Color Harmonies of #307FCE
Complementary color
Monochromatic Colors of #307FCE
Black with #307FCE
Text Example
Text Example
White with #307FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307FCE; }
p { color: rgb(48,127,206); }
H1.HeaderClassName
{
color: #307FCE;
}
.AnyTagClassName
{
color: #307FCE;
}
</style>
background-color css
<style>
a { background-color: #307FCE; }
a { background-color: rgb(48,127,206); }
div.DivClassName
{
background-color: #307FCE;
}
.BgClassName
{
background-color: #307FCE;
}
</style>
border-color css
<style>
span { border-color: #307FCE; }
span { border-color: rgb(48,127,206); }
td.TdClassName
{
border-color: #307FCE;
}
.TagClassName
{
border-color: #307FCE;
}
</style>