Shades of Curious Blue #308BB7
Tints of Curious Blue #308BB7
RGB
CMYK
RGB Variations
Color information
#308BB7 (or 0x308BB7) is known color: Curious Blue. HEX triplet: 30, 8B and B7. RGB value is (48,139,183). Sum of RGB (Red+Green+Blue) = 48+139+183=370 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.97% from 370); Green value is 139 (54.69% from 255 or 37.57% from 370); Blue value is 183 (71.88% from 255 or 49.46% from 370); Max value from RGB is 183 - color contains mainly: blue. Hex color #308BB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308BB7 is #CF7448. Grayscale: #747474. Windows color (decimal): -13595721 or 12028720. OLE color: 12028720.
HSL color Cylindrical-coordinate representation of color #308BB7: hue angle of 199.56º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #308BB7 is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 48 | 139 | 183 | - |
| CMYK | 0.74 | 0.24 | 0 | 0.28 |
| HSL | 199.56º | 0.58% | 0.45% | - |
| HSV(B) | 199.56º | 0.74% | 0.72% | - |
| XYZ | 19 | 22.51 | 48.14 | - |
| YUV | 116.81 | 165.35 | 78.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 139 | 183 | 0.74 | 0.24 | 0 | 0.28 | 199.56 | 0.58 | 0.45 |
| Hex | 30 | 8B | B7 | 4A | 18 | 0 | 1C | C8 | 3A | 2D |
| Octal | 60 | 213 | 267 | 112 | 30 | 0 | 34 | 310 | 72 | 55 |
| Binary | 110000 | 10001011 | 10110111 | 1001010 | 11000 | 0 | 11100 | 11001000 | 111010 | 101101 |
Color Harmonies of #308BB7
Complementary color
Monochromatic Colors of #308BB7
Black with #308BB7
Text Example
Text Example
White with #308BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308BB7; }
p { color: rgb(48,139,183); }
H1.HeaderClassName
{
color: #308BB7;
}
.AnyTagClassName
{
color: #308BB7;
}
</style>
background-color css
<style>
a { background-color: #308BB7; }
a { background-color: rgb(48,139,183); }
div.DivClassName
{
background-color: #308BB7;
}
.BgClassName
{
background-color: #308BB7;
}
</style>
border-color css
<style>
span { border-color: #308BB7; }
span { border-color: rgb(48,139,183); }
td.TdClassName
{
border-color: #308BB7;
}
.TagClassName
{
border-color: #308BB7;
}
</style>