Shades of Curious Blue #308AD5
Tints of Curious Blue #308AD5
RGB
CMYK
RGB Variations
Color information
#308AD5 (or 0x308AD5) is known color: Curious Blue. HEX triplet: 30, 8A and D5. RGB value is (48,138,213). Sum of RGB (Red+Green+Blue) = 48+138+213=399 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.03% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 213 (83.59% from 255 or 53.38% from 399); Max value from RGB is 213 - color contains mainly: blue. Hex color #308AD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308AD5 is #CF752A. Grayscale: #777777. Windows color (decimal): -13595947 or 13994544. OLE color: 13994544.
HSL color Cylindrical-coordinate representation of color #308AD5: hue angle of 207.27º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #308AD5 is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 138 | 213 | - |
| CMYK | 0.77 | 0.35 | 0 | 0.16 |
| HSL | 207.27º | 0.66% | 0.51% | - |
| HSV(B) | 207.27º | 0.77% | 0.84% | - |
| XYZ | 22.32 | 23.61 | 66.33 | - |
| YUV | 119.64 | 180.68 | 76.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 138 | 213 | 0.77 | 0.35 | 0 | 0.16 | 207.27 | 0.66 | 0.51 |
| Hex | 30 | 8A | D5 | 4D | 23 | 0 | 10 | CF | 42 | 33 |
| Octal | 60 | 212 | 325 | 115 | 43 | 0 | 20 | 317 | 102 | 63 |
| Binary | 110000 | 10001010 | 11010101 | 1001101 | 100011 | 0 | 10000 | 11001111 | 1000010 | 110011 |
Color Harmonies of #308AD5
Complementary color
Monochromatic Colors of #308AD5
Black with #308AD5
Text Example
Text Example
White with #308AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308AD5; }
p { color: rgb(48,138,213); }
H1.HeaderClassName
{
color: #308AD5;
}
.AnyTagClassName
{
color: #308AD5;
}
</style>
background-color css
<style>
a { background-color: #308AD5; }
a { background-color: rgb(48,138,213); }
div.DivClassName
{
background-color: #308AD5;
}
.BgClassName
{
background-color: #308AD5;
}
</style>
border-color css
<style>
span { border-color: #308AD5; }
span { border-color: rgb(48,138,213); }
td.TdClassName
{
border-color: #308AD5;
}
.TagClassName
{
border-color: #308AD5;
}
</style>