Shades of Curious Blue #308FCD
Tints of Curious Blue #308FCD
RGB
CMYK
RGB Variations
Color information
#308FCD (or 0x308FCD) is known color: Curious Blue. HEX triplet: 30, 8F and CD. RGB value is (48,143,205). Sum of RGB (Red+Green+Blue) = 48+143+205=396 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.12% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #308FCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308FCD is #CF7032. Grayscale: #797979. Windows color (decimal): -13594675 or 13471536. OLE color: 13471536.
HSL color Cylindrical-coordinate representation of color #308FCD: hue angle of 203.69º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #308FCD is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 143 | 205 | - |
| CMYK | 0.77 | 0.30 | 0 | 0.20 |
| HSL | 203.69º | 0.62% | 0.5% | - |
| HSV(B) | 203.69º | 0.77% | 0.8% | - |
| XYZ | 22.06 | 24.68 | 61.36 | - |
| YUV | 121.66 | 175.03 | 75.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 143 | 205 | 0.77 | 0.30 | 0 | 0.20 | 203.69 | 0.62 | 0.5 |
| Hex | 30 | 8F | CD | 4D | 1E | 0 | 14 | CC | 3E | 32 |
| Octal | 60 | 217 | 315 | 115 | 36 | 0 | 24 | 314 | 76 | 62 |
| Binary | 110000 | 10001111 | 11001101 | 1001101 | 11110 | 0 | 10100 | 11001100 | 111110 | 110010 |
Color Harmonies of #308FCD
Complementary color
Monochromatic Colors of #308FCD
Black with #308FCD
Text Example
Text Example
White with #308FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308FCD; }
p { color: rgb(48,143,205); }
H1.HeaderClassName
{
color: #308FCD;
}
.AnyTagClassName
{
color: #308FCD;
}
</style>
background-color css
<style>
a { background-color: #308FCD; }
a { background-color: rgb(48,143,205); }
div.DivClassName
{
background-color: #308FCD;
}
.BgClassName
{
background-color: #308FCD;
}
</style>
border-color css
<style>
span { border-color: #308FCD; }
span { border-color: rgb(48,143,205); }
td.TdClassName
{
border-color: #308FCD;
}
.TagClassName
{
border-color: #308FCD;
}
</style>