Shades of Curious Blue #308AB1
Tints of Curious Blue #308AB1
RGB
CMYK
RGB Variations
Color information
#308AB1 (or 0x308AB1) is known color: Curious Blue. HEX triplet: 30, 8A and B1. RGB value is (48,138,177). Sum of RGB (Red+Green+Blue) = 48+138+177=363 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.22% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 177 (69.53% from 255 or 48.76% from 363); Max value from RGB is 177 - color contains mainly: blue. Hex color #308AB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308AB1 is #CF754E. Grayscale: #737373. Windows color (decimal): -13595983 or 11635248. OLE color: 11635248.
HSL color Cylindrical-coordinate representation of color #308AB1: hue angle of 198.14º 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 #308AB1 is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 138 | 177 | - |
| CMYK | 0.73 | 0.22 | 0 | 0.31 |
| HSL | 198.14º | 0.57% | 0.44% | - |
| HSV(B) | 198.14º | 0.73% | 0.69% | - |
| XYZ | 18.24 | 21.98 | 44.88 | - |
| YUV | 115.54 | 162.68 | 79.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 138 | 177 | 0.73 | 0.22 | 0 | 0.31 | 198.14 | 0.57 | 0.44 |
| Hex | 30 | 8A | B1 | 49 | 16 | 0 | 1F | C6 | 39 | 2C |
| Octal | 60 | 212 | 261 | 111 | 26 | 0 | 37 | 306 | 71 | 54 |
| Binary | 110000 | 10001010 | 10110001 | 1001001 | 10110 | 0 | 11111 | 11000110 | 111001 | 101100 |
Color Harmonies of #308AB1
Complementary color
Monochromatic Colors of #308AB1
Black with #308AB1
Text Example
Text Example
White with #308AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308AB1; }
p { color: rgb(48,138,177); }
H1.HeaderClassName
{
color: #308AB1;
}
.AnyTagClassName
{
color: #308AB1;
}
</style>
background-color css
<style>
a { background-color: #308AB1; }
a { background-color: rgb(48,138,177); }
div.DivClassName
{
background-color: #308AB1;
}
.BgClassName
{
background-color: #308AB1;
}
</style>
border-color css
<style>
span { border-color: #308AB1; }
span { border-color: rgb(48,138,177); }
td.TdClassName
{
border-color: #308AB1;
}
.TagClassName
{
border-color: #308AB1;
}
</style>