Shades of Curious Blue #3095CF
Tints of Curious Blue #3095CF
RGB
CMYK
RGB Variations
Color information
#3095CF (or 0x3095CF) is known color: Curious Blue. HEX triplet: 30, 95 and CF. RGB value is (48,149,207). Sum of RGB (Red+Green+Blue) = 48+149+207=404 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.88% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #3095CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3095CF is #CF6A30. Grayscale: #7D7D7D. Windows color (decimal): -13593137 or 13604144. OLE color: 13604144.
HSL color Cylindrical-coordinate representation of color #3095CF: hue angle of 201.89º 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 #3095CF is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 149 | 207 | - |
| CMYK | 0.77 | 0.28 | 0 | 0.19 |
| HSL | 201.89º | 0.62% | 0.5% | - |
| HSV(B) | 201.89º | 0.77% | 0.81% | - |
| XYZ | 23.23 | 26.63 | 62.95 | - |
| YUV | 125.41 | 174.04 | 72.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 149 | 207 | 0.77 | 0.28 | 0 | 0.19 | 201.89 | 0.62 | 0.5 |
| Hex | 30 | 95 | CF | 4D | 1C | 0 | 13 | CA | 3E | 32 |
| Octal | 60 | 225 | 317 | 115 | 34 | 0 | 23 | 312 | 76 | 62 |
| Binary | 110000 | 10010101 | 11001111 | 1001101 | 11100 | 0 | 10011 | 11001010 | 111110 | 110010 |
Color Harmonies of #3095CF
Complementary color
Monochromatic Colors of #3095CF
Black with #3095CF
Text Example
Text Example
White with #3095CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3095CF; }
p { color: rgb(48,149,207); }
H1.HeaderClassName
{
color: #3095CF;
}
.AnyTagClassName
{
color: #3095CF;
}
</style>
background-color css
<style>
a { background-color: #3095CF; }
a { background-color: rgb(48,149,207); }
div.DivClassName
{
background-color: #3095CF;
}
.BgClassName
{
background-color: #3095CF;
}
</style>
border-color css
<style>
span { border-color: #3095CF; }
span { border-color: rgb(48,149,207); }
td.TdClassName
{
border-color: #3095CF;
}
.TagClassName
{
border-color: #3095CF;
}
</style>