Shades of Curious Blue #308DC0
Tints of Curious Blue #308DC0
RGB
CMYK
RGB Variations
Color information
#308DC0 (or 0x308DC0) is known color: Curious Blue. HEX triplet: 30, 8D and C0. RGB value is (48,141,192). Sum of RGB (Red+Green+Blue) = 48+141+192=381 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.60% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 192 (75.39% from 255 or 50.39% from 381); Max value from RGB is 192 - color contains mainly: blue. Hex color #308DC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308DC0 is #CF723F. Grayscale: #767676. Windows color (decimal): -13595200 or 12619056. OLE color: 12619056.
HSL color Cylindrical-coordinate representation of color #308DC0: hue angle of 201.25º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #308DC0 is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 141 | 192 | - |
| CMYK | 0.75 | 0.27 | 0 | 0.25 |
| HSL | 201.25º | 0.6% | 0.47% | - |
| HSV(B) | 201.25º | 0.75% | 0.75% | - |
| XYZ | 20.26 | 23.48 | 53.33 | - |
| YUV | 119.01 | 169.19 | 77.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 141 | 192 | 0.75 | 0.27 | 0 | 0.25 | 201.25 | 0.6 | 0.47 |
| Hex | 30 | 8D | C0 | 4B | 1B | 0 | 19 | C9 | 3C | 2F |
| Octal | 60 | 215 | 300 | 113 | 33 | 0 | 31 | 311 | 74 | 57 |
| Binary | 110000 | 10001101 | 11000000 | 1001011 | 11011 | 0 | 11001 | 11001001 | 111100 | 101111 |
Color Harmonies of #308DC0
Complementary color
Monochromatic Colors of #308DC0
Black with #308DC0
Text Example
Text Example
White with #308DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308DC0; }
p { color: rgb(48,141,192); }
H1.HeaderClassName
{
color: #308DC0;
}
.AnyTagClassName
{
color: #308DC0;
}
</style>
background-color css
<style>
a { background-color: #308DC0; }
a { background-color: rgb(48,141,192); }
div.DivClassName
{
background-color: #308DC0;
}
.BgClassName
{
background-color: #308DC0;
}
</style>
border-color css
<style>
span { border-color: #308DC0; }
span { border-color: rgb(48,141,192); }
td.TdClassName
{
border-color: #308DC0;
}
.TagClassName
{
border-color: #308DC0;
}
</style>