Shades of Curious Blue #307EC8
Tints of Curious Blue #307EC8
RGB
CMYK
RGB Variations
Color information
#307EC8 (or 0x307EC8) is known color: Curious Blue. HEX triplet: 30, 7E and C8. RGB value is (48,126,200). Sum of RGB (Red+Green+Blue) = 48+126+200=374 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.83% from 374); Green value is 126 (49.61% from 255 or 33.69% from 374); Blue value is 200 (78.52% from 255 or 53.48% from 374); Max value from RGB is 200 - color contains mainly: blue. Hex color #307EC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307EC8 is #CF8137. Grayscale: #6E6E6E. Windows color (decimal): -13599032 or 13139504. OLE color: 13139504.
HSL color Cylindrical-coordinate representation of color #307EC8: hue angle of 209.21º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #307EC8 is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 48 | 126 | 200 | - |
| CMYK | 0.76 | 0.37 | 0 | 0.22 |
| HSL | 209.21º | 0.61% | 0.49% | - |
| HSV(B) | 209.21º | 0.76% | 0.78% | - |
| XYZ | 19.11 | 19.72 | 57.44 | - |
| YUV | 111.11 | 178.16 | 82.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 126 | 200 | 0.76 | 0.37 | 0 | 0.22 | 209.21 | 0.61 | 0.49 |
| Hex | 30 | 7E | C8 | 4C | 25 | 0 | 16 | D1 | 3D | 31 |
| Octal | 60 | 176 | 310 | 114 | 45 | 0 | 26 | 321 | 75 | 61 |
| Binary | 110000 | 1111110 | 11001000 | 1001100 | 100101 | 0 | 10110 | 11010001 | 111101 | 110001 |
Color Harmonies of #307EC8
Complementary color
Monochromatic Colors of #307EC8
Black with #307EC8
Text Example
Text Example
White with #307EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307EC8; }
p { color: rgb(48,126,200); }
H1.HeaderClassName
{
color: #307EC8;
}
.AnyTagClassName
{
color: #307EC8;
}
</style>
background-color css
<style>
a { background-color: #307EC8; }
a { background-color: rgb(48,126,200); }
div.DivClassName
{
background-color: #307EC8;
}
.BgClassName
{
background-color: #307EC8;
}
</style>
border-color css
<style>
span { border-color: #307EC8; }
span { border-color: rgb(48,126,200); }
td.TdClassName
{
border-color: #307EC8;
}
.TagClassName
{
border-color: #307EC8;
}
</style>