Shades of Curious Blue #308EC8
Tints of Curious Blue #308EC8
RGB
CMYK
RGB Variations
Color information
#308EC8 (or 0x308EC8) is known color: Curious Blue. HEX triplet: 30, 8E and C8. RGB value is (48,142,200). Sum of RGB (Red+Green+Blue) = 48+142+200=390 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.31% from 390); Green value is 142 (55.86% from 255 or 36.41% from 390); Blue value is 200 (78.52% from 255 or 51.28% from 390); Max value from RGB is 200 - color contains mainly: blue. Hex color #308EC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308EC8 is #CF7137. Grayscale: #787878. Windows color (decimal): -13594936 or 13143600. OLE color: 13143600.
HSL color Cylindrical-coordinate representation of color #308EC8: hue angle of 202.89º 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 #308EC8 is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 48 | 142 | 200 | - |
| CMYK | 0.76 | 0.29 | 0 | 0.22 |
| HSL | 202.89º | 0.61% | 0.49% | - |
| HSV(B) | 202.89º | 0.76% | 0.78% | - |
| XYZ | 21.32 | 24.14 | 58.18 | - |
| YUV | 120.51 | 172.86 | 76.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 142 | 200 | 0.76 | 0.29 | 0 | 0.22 | 202.89 | 0.61 | 0.49 |
| Hex | 30 | 8E | C8 | 4C | 1D | 0 | 16 | CB | 3D | 31 |
| Octal | 60 | 216 | 310 | 114 | 35 | 0 | 26 | 313 | 75 | 61 |
| Binary | 110000 | 10001110 | 11001000 | 1001100 | 11101 | 0 | 10110 | 11001011 | 111101 | 110001 |
Color Harmonies of #308EC8
Complementary color
Monochromatic Colors of #308EC8
Black with #308EC8
Text Example
Text Example
White with #308EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308EC8; }
p { color: rgb(48,142,200); }
H1.HeaderClassName
{
color: #308EC8;
}
.AnyTagClassName
{
color: #308EC8;
}
</style>
background-color css
<style>
a { background-color: #308EC8; }
a { background-color: rgb(48,142,200); }
div.DivClassName
{
background-color: #308EC8;
}
.BgClassName
{
background-color: #308EC8;
}
</style>
border-color css
<style>
span { border-color: #308EC8; }
span { border-color: rgb(48,142,200); }
td.TdClassName
{
border-color: #308EC8;
}
.TagClassName
{
border-color: #308EC8;
}
</style>