Shades of Curious Blue #3090CE
Tints of Curious Blue #3090CE
RGB
CMYK
RGB Variations
Color information
#3090CE (or 0x3090CE) is known color: Curious Blue. HEX triplet: 30, 90 and CE. RGB value is (48,144,206). Sum of RGB (Red+Green+Blue) = 48+144+206=398 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.06% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #3090CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3090CE is #CF6F31. Grayscale: #7A7A7A. Windows color (decimal): -13594418 or 13537328. OLE color: 13537328.
HSL color Cylindrical-coordinate representation of color #3090CE: hue angle of 203.54º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3090CE is Cyan = 0.77, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 144 | 206 | - |
| CMYK | 0.77 | 0.30 | 0 | 0.19 |
| HSL | 203.54º | 0.62% | 0.5% | - |
| HSV(B) | 203.54º | 0.77% | 0.81% | - |
| XYZ | 22.33 | 25.03 | 62.05 | - |
| YUV | 122.36 | 175.2 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 144 | 206 | 0.77 | 0.30 | 0 | 0.19 | 203.54 | 0.62 | 0.5 |
| Hex | 30 | 90 | CE | 4D | 1E | 0 | 13 | CC | 3E | 32 |
| Octal | 60 | 220 | 316 | 115 | 36 | 0 | 23 | 314 | 76 | 62 |
| Binary | 110000 | 10010000 | 11001110 | 1001101 | 11110 | 0 | 10011 | 11001100 | 111110 | 110010 |
Color Harmonies of #3090CE
Complementary color
Monochromatic Colors of #3090CE
Black with #3090CE
Text Example
Text Example
White with #3090CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3090CE; }
p { color: rgb(48,144,206); }
H1.HeaderClassName
{
color: #3090CE;
}
.AnyTagClassName
{
color: #3090CE;
}
</style>
background-color css
<style>
a { background-color: #3090CE; }
a { background-color: rgb(48,144,206); }
div.DivClassName
{
background-color: #3090CE;
}
.BgClassName
{
background-color: #3090CE;
}
</style>
border-color css
<style>
span { border-color: #3090CE; }
span { border-color: rgb(48,144,206); }
td.TdClassName
{
border-color: #3090CE;
}
.TagClassName
{
border-color: #3090CE;
}
</style>