Shades of Curious Blue #308DB5
Tints of Curious Blue #308DB5
RGB
CMYK
RGB Variations
Color information
#308DB5 (or 0x308DB5) is known color: Curious Blue. HEX triplet: 30, 8D and B5. RGB value is (48,141,181). Sum of RGB (Red+Green+Blue) = 48+141+181=370 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.97% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 181 (71.09% from 255 or 48.92% from 370); Max value from RGB is 181 - color contains mainly: blue. Hex color #308DB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308DB5 is #CF724A. Grayscale: #757575. Windows color (decimal): -13595211 or 11898160. OLE color: 11898160.
HSL color Cylindrical-coordinate representation of color #308DB5: hue angle of 198.05º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #308DB5 is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 48 | 141 | 181 | - |
| CMYK | 0.73 | 0.22 | 0 | 0.29 |
| HSL | 198.05º | 0.58% | 0.45% | - |
| HSV(B) | 198.05º | 0.73% | 0.71% | - |
| XYZ | 19.08 | 23.01 | 47.15 | - |
| YUV | 117.75 | 163.69 | 78.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 141 | 181 | 0.73 | 0.22 | 0 | 0.29 | 198.05 | 0.58 | 0.45 |
| Hex | 30 | 8D | B5 | 49 | 16 | 0 | 1D | C6 | 3A | 2D |
| Octal | 60 | 215 | 265 | 111 | 26 | 0 | 35 | 306 | 72 | 55 |
| Binary | 110000 | 10001101 | 10110101 | 1001001 | 10110 | 0 | 11101 | 11000110 | 111010 | 101101 |
Color Harmonies of #308DB5
Complementary color
Monochromatic Colors of #308DB5
Black with #308DB5
Text Example
Text Example
White with #308DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308DB5; }
p { color: rgb(48,141,181); }
H1.HeaderClassName
{
color: #308DB5;
}
.AnyTagClassName
{
color: #308DB5;
}
</style>
background-color css
<style>
a { background-color: #308DB5; }
a { background-color: rgb(48,141,181); }
div.DivClassName
{
background-color: #308DB5;
}
.BgClassName
{
background-color: #308DB5;
}
</style>
border-color css
<style>
span { border-color: #308DB5; }
span { border-color: rgb(48,141,181); }
td.TdClassName
{
border-color: #308DB5;
}
.TagClassName
{
border-color: #308DB5;
}
</style>