Shades of Curious Blue #308ADC
Tints of Curious Blue #308ADC
RGB
CMYK
RGB Variations
Color information
#308ADC (or 0x308ADC) is known color: Curious Blue. HEX triplet: 30, 8A and DC. RGB value is (48,138,220). Sum of RGB (Red+Green+Blue) = 48+138+220=406 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.82% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 220 (86.33% from 255 or 54.19% from 406); Max value from RGB is 220 - color contains mainly: blue. Hex color #308ADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308ADC is #CF7523. Grayscale: #787878. Windows color (decimal): -13595940 or 14453296. OLE color: 14453296.
HSL color Cylindrical-coordinate representation of color #308ADC: hue angle of 208.6º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #308ADC is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 138 | 220 | - |
| CMYK | 0.78 | 0.37 | 0 | 0.14 |
| HSL | 208.6º | 0.71% | 0.53% | - |
| HSV(B) | 208.6º | 0.78% | 0.86% | - |
| XYZ | 23.23 | 23.97 | 71.11 | - |
| YUV | 120.44 | 184.18 | 76.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 138 | 220 | 0.78 | 0.37 | 0 | 0.14 | 208.6 | 0.71 | 0.53 |
| Hex | 30 | 8A | DC | 4E | 25 | 0 | E | D1 | 47 | 35 |
| Octal | 60 | 212 | 334 | 116 | 45 | 0 | 16 | 321 | 107 | 65 |
| Binary | 110000 | 10001010 | 11011100 | 1001110 | 100101 | 0 | 1110 | 11010001 | 1000111 | 110101 |
Color Harmonies of #308ADC
Complementary color
Monochromatic Colors of #308ADC
Black with #308ADC
Text Example
Text Example
White with #308ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308ADC; }
p { color: rgb(48,138,220); }
H1.HeaderClassName
{
color: #308ADC;
}
.AnyTagClassName
{
color: #308ADC;
}
</style>
background-color css
<style>
a { background-color: #308ADC; }
a { background-color: rgb(48,138,220); }
div.DivClassName
{
background-color: #308ADC;
}
.BgClassName
{
background-color: #308ADC;
}
</style>
border-color css
<style>
span { border-color: #308ADC; }
span { border-color: rgb(48,138,220); }
td.TdClassName
{
border-color: #308ADC;
}
.TagClassName
{
border-color: #308ADC;
}
</style>