Shades of Curious Blue #3087B1
Tints of Curious Blue #3087B1
RGB
CMYK
RGB Variations
Color information
#3087B1 (or 0x3087B1) is known color: Curious Blue. HEX triplet: 30, 87 and B1. RGB value is (48,135,177). Sum of RGB (Red+Green+Blue) = 48+135+177=360 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.33% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 177 (69.53% from 255 or 49.17% from 360); Max value from RGB is 177 - color contains mainly: blue. Hex color #3087B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3087B1 is #CF784E. Grayscale: #717171. Windows color (decimal): -13596751 or 11634480. OLE color: 11634480.
HSL color Cylindrical-coordinate representation of color #3087B1: hue angle of 199.53º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3087B1 is Cyan = 0.73, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 135 | 177 | - |
| CMYK | 0.73 | 0.24 | 0 | 0.31 |
| HSL | 199.53º | 0.57% | 0.44% | - |
| HSV(B) | 199.53º | 0.73% | 0.69% | - |
| XYZ | 17.82 | 21.13 | 44.73 | - |
| YUV | 113.78 | 163.68 | 81.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 135 | 177 | 0.73 | 0.24 | 0 | 0.31 | 199.53 | 0.57 | 0.44 |
| Hex | 30 | 87 | B1 | 49 | 18 | 0 | 1F | C8 | 39 | 2C |
| Octal | 60 | 207 | 261 | 111 | 30 | 0 | 37 | 310 | 71 | 54 |
| Binary | 110000 | 10000111 | 10110001 | 1001001 | 11000 | 0 | 11111 | 11001000 | 111001 | 101100 |
Color Harmonies of #3087B1
Complementary color
Monochromatic Colors of #3087B1
Black with #3087B1
Text Example
Text Example
White with #3087B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3087B1; }
p { color: rgb(48,135,177); }
H1.HeaderClassName
{
color: #3087B1;
}
.AnyTagClassName
{
color: #3087B1;
}
</style>
background-color css
<style>
a { background-color: #3087B1; }
a { background-color: rgb(48,135,177); }
div.DivClassName
{
background-color: #3087B1;
}
.BgClassName
{
background-color: #3087B1;
}
</style>
border-color css
<style>
span { border-color: #3087B1; }
span { border-color: rgb(48,135,177); }
td.TdClassName
{
border-color: #3087B1;
}
.TagClassName
{
border-color: #3087B1;
}
</style>