Shades of Curious Blue #308BD0
Tints of Curious Blue #308BD0
RGB
CMYK
RGB Variations
Color information
#308BD0 (or 0x308BD0) is known color: Curious Blue. HEX triplet: 30, 8B and D0. RGB value is (48,139,208). Sum of RGB (Red+Green+Blue) = 48+139+208=395 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.15% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 208 (81.64% from 255 or 52.66% from 395); Max value from RGB is 208 - color contains mainly: blue. Hex color #308BD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308BD0 is #CF742F. Grayscale: #777777. Windows color (decimal): -13595696 or 13667120. OLE color: 13667120.
HSL color Cylindrical-coordinate representation of color #308BD0: hue angle of 205.88º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #308BD0 is Cyan = 0.77, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 139 | 208 | - |
| CMYK | 0.77 | 0.33 | 0 | 0.18 |
| HSL | 205.88º | 0.63% | 0.5% | - |
| HSV(B) | 205.88º | 0.77% | 0.82% | - |
| XYZ | 21.84 | 23.65 | 63.09 | - |
| YUV | 119.66 | 177.85 | 76.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 139 | 208 | 0.77 | 0.33 | 0 | 0.18 | 205.88 | 0.63 | 0.5 |
| Hex | 30 | 8B | D0 | 4D | 21 | 0 | 12 | CE | 3F | 32 |
| Octal | 60 | 213 | 320 | 115 | 41 | 0 | 22 | 316 | 77 | 62 |
| Binary | 110000 | 10001011 | 11010000 | 1001101 | 100001 | 0 | 10010 | 11001110 | 111111 | 110010 |
Color Harmonies of #308BD0
Complementary color
Monochromatic Colors of #308BD0
Black with #308BD0
Text Example
Text Example
White with #308BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308BD0; }
p { color: rgb(48,139,208); }
H1.HeaderClassName
{
color: #308BD0;
}
.AnyTagClassName
{
color: #308BD0;
}
</style>
background-color css
<style>
a { background-color: #308BD0; }
a { background-color: rgb(48,139,208); }
div.DivClassName
{
background-color: #308BD0;
}
.BgClassName
{
background-color: #308BD0;
}
</style>
border-color css
<style>
span { border-color: #308BD0; }
span { border-color: rgb(48,139,208); }
td.TdClassName
{
border-color: #308BD0;
}
.TagClassName
{
border-color: #308BD0;
}
</style>