Shades of Curious Blue #308DB6
Tints of Curious Blue #308DB6
RGB
CMYK
RGB Variations
Color information
#308DB6 (or 0x308DB6) is known color: Curious Blue. HEX triplet: 30, 8D and B6. RGB value is (48,141,182). Sum of RGB (Red+Green+Blue) = 48+141+182=371 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.94% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 182 (71.48% from 255 or 49.06% from 371); Max value from RGB is 182 - color contains mainly: blue. Hex color #308DB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308DB6 is #CF7249. Grayscale: #757575. Windows color (decimal): -13595210 or 11963696. OLE color: 11963696.
HSL color Cylindrical-coordinate representation of color #308DB6: hue angle of 198.36º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #308DB6 is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 48 | 141 | 182 | - |
| CMYK | 0.74 | 0.23 | 0 | 0.29 |
| HSL | 198.36º | 0.58% | 0.45% | - |
| HSV(B) | 198.36º | 0.74% | 0.71% | - |
| XYZ | 19.19 | 23.06 | 47.69 | - |
| YUV | 117.87 | 164.19 | 78.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 141 | 182 | 0.74 | 0.23 | 0 | 0.29 | 198.36 | 0.58 | 0.45 |
| Hex | 30 | 8D | B6 | 4A | 17 | 0 | 1D | C6 | 3A | 2D |
| Octal | 60 | 215 | 266 | 112 | 27 | 0 | 35 | 306 | 72 | 55 |
| Binary | 110000 | 10001101 | 10110110 | 1001010 | 10111 | 0 | 11101 | 11000110 | 111010 | 101101 |
Color Harmonies of #308DB6
Complementary color
Monochromatic Colors of #308DB6
Black with #308DB6
Text Example
Text Example
White with #308DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308DB6; }
p { color: rgb(48,141,182); }
H1.HeaderClassName
{
color: #308DB6;
}
.AnyTagClassName
{
color: #308DB6;
}
</style>
background-color css
<style>
a { background-color: #308DB6; }
a { background-color: rgb(48,141,182); }
div.DivClassName
{
background-color: #308DB6;
}
.BgClassName
{
background-color: #308DB6;
}
</style>
border-color css
<style>
span { border-color: #308DB6; }
span { border-color: rgb(48,141,182); }
td.TdClassName
{
border-color: #308DB6;
}
.TagClassName
{
border-color: #308DB6;
}
</style>