Shades of Curious Blue #308DD4
Tints of Curious Blue #308DD4
RGB
CMYK
RGB Variations
Color information
#308DD4 (or 0x308DD4) is known color: Curious Blue. HEX triplet: 30, 8D and D4. RGB value is (48,141,212). Sum of RGB (Red+Green+Blue) = 48+141+212=401 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.97% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 212 (83.20% from 255 or 52.87% from 401); Max value from RGB is 212 - color contains mainly: blue. Hex color #308DD4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308DD4 is #CF722B. Grayscale: #787878. Windows color (decimal): -13595180 or 13929776. OLE color: 13929776.
HSL color Cylindrical-coordinate representation of color #308DD4: hue angle of 205.98º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #308DD4 is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 48 | 141 | 212 | - |
| CMYK | 0.77 | 0.33 | 0 | 0.17 |
| HSL | 205.98º | 0.66% | 0.51% | - |
| HSV(B) | 205.98º | 0.77% | 0.83% | - |
| XYZ | 22.63 | 24.43 | 65.81 | - |
| YUV | 121.29 | 179.19 | 75.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 141 | 212 | 0.77 | 0.33 | 0 | 0.17 | 205.98 | 0.66 | 0.51 |
| Hex | 30 | 8D | D4 | 4D | 21 | 0 | 11 | CE | 42 | 33 |
| Octal | 60 | 215 | 324 | 115 | 41 | 0 | 21 | 316 | 102 | 63 |
| Binary | 110000 | 10001101 | 11010100 | 1001101 | 100001 | 0 | 10001 | 11001110 | 1000010 | 110011 |
Color Harmonies of #308DD4
Complementary color
Monochromatic Colors of #308DD4
Black with #308DD4
Text Example
Text Example
White with #308DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308DD4; }
p { color: rgb(48,141,212); }
H1.HeaderClassName
{
color: #308DD4;
}
.AnyTagClassName
{
color: #308DD4;
}
</style>
background-color css
<style>
a { background-color: #308DD4; }
a { background-color: rgb(48,141,212); }
div.DivClassName
{
background-color: #308DD4;
}
.BgClassName
{
background-color: #308DD4;
}
</style>
border-color css
<style>
span { border-color: #308DD4; }
span { border-color: rgb(48,141,212); }
td.TdClassName
{
border-color: #308DD4;
}
.TagClassName
{
border-color: #308DD4;
}
</style>