Shades of Curious Blue #308FBA
Tints of Curious Blue #308FBA
RGB
CMYK
RGB Variations
Color information
#308FBA (or 0x308FBA) is known color: Curious Blue. HEX triplet: 30, 8F and BA. RGB value is (48,143,186). Sum of RGB (Red+Green+Blue) = 48+143+186=377 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.73% from 377); Green value is 143 (56.25% from 255 or 37.93% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #308FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308FBA is #CF7045. Grayscale: #777777. Windows color (decimal): -13594694 or 12226352. OLE color: 12226352.
HSL color Cylindrical-coordinate representation of color #308FBA: hue angle of 198.7º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #308FBA is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 143 | 186 | - |
| CMYK | 0.74 | 0.23 | 0 | 0.27 |
| HSL | 198.7º | 0.59% | 0.46% | - |
| HSV(B) | 198.7º | 0.74% | 0.73% | - |
| XYZ | 19.9 | 23.82 | 50 | - |
| YUV | 119.5 | 165.53 | 77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 143 | 186 | 0.74 | 0.23 | 0 | 0.27 | 198.7 | 0.59 | 0.46 |
| Hex | 30 | 8F | BA | 4A | 17 | 0 | 1B | C7 | 3B | 2E |
| Octal | 60 | 217 | 272 | 112 | 27 | 0 | 33 | 307 | 73 | 56 |
| Binary | 110000 | 10001111 | 10111010 | 1001010 | 10111 | 0 | 11011 | 11000111 | 111011 | 101110 |
Color Harmonies of #308FBA
Complementary color
Monochromatic Colors of #308FBA
Black with #308FBA
Text Example
Text Example
White with #308FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308FBA; }
p { color: rgb(48,143,186); }
H1.HeaderClassName
{
color: #308FBA;
}
.AnyTagClassName
{
color: #308FBA;
}
</style>
background-color css
<style>
a { background-color: #308FBA; }
a { background-color: rgb(48,143,186); }
div.DivClassName
{
background-color: #308FBA;
}
.BgClassName
{
background-color: #308FBA;
}
</style>
border-color css
<style>
span { border-color: #308FBA; }
span { border-color: rgb(48,143,186); }
td.TdClassName
{
border-color: #308FBA;
}
.TagClassName
{
border-color: #308FBA;
}
</style>