Shades of Curious Blue #3091CC
Tints of Curious Blue #3091CC
RGB
CMYK
RGB Variations
Color information
#3091CC (or 0x3091CC) is known color: Curious Blue. HEX triplet: 30, 91 and CC. RGB value is (48,145,204). Sum of RGB (Red+Green+Blue) = 48+145+204=397 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.09% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #3091CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3091CC is #CF6E33. Grayscale: #7A7A7A. Windows color (decimal): -13594164 or 13406512. OLE color: 13406512.
HSL color Cylindrical-coordinate representation of color #3091CC: hue angle of 202.69º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3091CC is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 48 | 145 | 204 | - |
| CMYK | 0.76 | 0.29 | 0 | 0.2 |
| HSL | 202.69º | 0.62% | 0.49% | - |
| HSV(B) | 202.69º | 0.76% | 0.8% | - |
| XYZ | 22.24 | 25.24 | 60.83 | - |
| YUV | 122.72 | 173.86 | 74.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 145 | 204 | 0.76 | 0.29 | 0 | 0.2 | 202.69 | 0.62 | 0.49 |
| Hex | 30 | 91 | CC | 4C | 1D | 0 | 14 | CB | 3E | 31 |
| Octal | 60 | 221 | 314 | 114 | 35 | 0 | 24 | 313 | 76 | 61 |
| Binary | 110000 | 10010001 | 11001100 | 1001100 | 11101 | 0 | 10100 | 11001011 | 111110 | 110001 |
Color Harmonies of #3091CC
Complementary color
Monochromatic Colors of #3091CC
Black with #3091CC
Text Example
Text Example
White with #3091CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3091CC; }
p { color: rgb(48,145,204); }
H1.HeaderClassName
{
color: #3091CC;
}
.AnyTagClassName
{
color: #3091CC;
}
</style>
background-color css
<style>
a { background-color: #3091CC; }
a { background-color: rgb(48,145,204); }
div.DivClassName
{
background-color: #3091CC;
}
.BgClassName
{
background-color: #3091CC;
}
</style>
border-color css
<style>
span { border-color: #3091CC; }
span { border-color: rgb(48,145,204); }
td.TdClassName
{
border-color: #3091CC;
}
.TagClassName
{
border-color: #3091CC;
}
</style>