Shades of Curious Blue #308BBD
Tints of Curious Blue #308BBD
RGB
CMYK
RGB Variations
Color information
#308BBD (or 0x308BBD) is known color: Curious Blue. HEX triplet: 30, 8B and BD. RGB value is (48,139,189). Sum of RGB (Red+Green+Blue) = 48+139+189=376 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.77% from 376); Green value is 139 (54.69% from 255 or 36.97% from 376); Blue value is 189 (74.22% from 255 or 50.27% from 376); Max value from RGB is 189 - color contains mainly: blue. Hex color #308BBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308BBD is #CF7442. Grayscale: #757575. Windows color (decimal): -13595715 or 12421936. OLE color: 12421936.
HSL color Cylindrical-coordinate representation of color #308BBD: hue angle of 201.28º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #308BBD is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 139 | 189 | - |
| CMYK | 0.75 | 0.26 | 0 | 0.26 |
| HSL | 201.28º | 0.59% | 0.46% | - |
| HSV(B) | 201.28º | 0.75% | 0.74% | - |
| XYZ | 19.64 | 22.77 | 51.5 | - |
| YUV | 117.49 | 168.35 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 139 | 189 | 0.75 | 0.26 | 0 | 0.26 | 201.28 | 0.59 | 0.46 |
| Hex | 30 | 8B | BD | 4B | 1A | 0 | 1A | C9 | 3B | 2E |
| Octal | 60 | 213 | 275 | 113 | 32 | 0 | 32 | 311 | 73 | 56 |
| Binary | 110000 | 10001011 | 10111101 | 1001011 | 11010 | 0 | 11010 | 11001001 | 111011 | 101110 |
Color Harmonies of #308BBD
Complementary color
Monochromatic Colors of #308BBD
Black with #308BBD
Text Example
Text Example
White with #308BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308BBD; }
p { color: rgb(48,139,189); }
H1.HeaderClassName
{
color: #308BBD;
}
.AnyTagClassName
{
color: #308BBD;
}
</style>
background-color css
<style>
a { background-color: #308BBD; }
a { background-color: rgb(48,139,189); }
div.DivClassName
{
background-color: #308BBD;
}
.BgClassName
{
background-color: #308BBD;
}
</style>
border-color css
<style>
span { border-color: #308BBD; }
span { border-color: rgb(48,139,189); }
td.TdClassName
{
border-color: #308BBD;
}
.TagClassName
{
border-color: #308BBD;
}
</style>