Shades of Curious Blue #3097CB
Tints of Curious Blue #3097CB
RGB
CMYK
RGB Variations
Color information
#3097CB (or 0x3097CB) is known color: Curious Blue. HEX triplet: 30, 97 and CB. RGB value is (48,151,203). Sum of RGB (Red+Green+Blue) = 48+151+203=402 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.94% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #3097CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3097CB is #CF6834. Grayscale: #7D7D7D. Windows color (decimal): -13592629 or 13342512. OLE color: 13342512.
HSL color Cylindrical-coordinate representation of color #3097CB: hue angle of 200.13º 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 #3097CB is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 151 | 203 | - |
| CMYK | 0.76 | 0.26 | 0 | 0.20 |
| HSL | 200.13º | 0.62% | 0.49% | - |
| HSV(B) | 200.13º | 0.76% | 0.8% | - |
| XYZ | 23.07 | 27.07 | 60.51 | - |
| YUV | 126.13 | 171.38 | 72.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 151 | 203 | 0.76 | 0.26 | 0 | 0.20 | 200.13 | 0.62 | 0.49 |
| Hex | 30 | 97 | CB | 4C | 1A | 0 | 14 | C8 | 3E | 31 |
| Octal | 60 | 227 | 313 | 114 | 32 | 0 | 24 | 310 | 76 | 61 |
| Binary | 110000 | 10010111 | 11001011 | 1001100 | 11010 | 0 | 10100 | 11001000 | 111110 | 110001 |
Color Harmonies of #3097CB
Complementary color
Monochromatic Colors of #3097CB
Black with #3097CB
Text Example
Text Example
White with #3097CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3097CB; }
p { color: rgb(48,151,203); }
H1.HeaderClassName
{
color: #3097CB;
}
.AnyTagClassName
{
color: #3097CB;
}
</style>
background-color css
<style>
a { background-color: #3097CB; }
a { background-color: rgb(48,151,203); }
div.DivClassName
{
background-color: #3097CB;
}
.BgClassName
{
background-color: #3097CB;
}
</style>
border-color css
<style>
span { border-color: #3097CB; }
span { border-color: rgb(48,151,203); }
td.TdClassName
{
border-color: #3097CB;
}
.TagClassName
{
border-color: #3097CB;
}
</style>