Shades of Curious Blue #308FB8
Tints of Curious Blue #308FB8
RGB
CMYK
RGB Variations
Color information
#308FB8 (or 0x308FB8) is known color: Curious Blue. HEX triplet: 30, 8F and B8. RGB value is (48,143,184). Sum of RGB (Red+Green+Blue) = 48+143+184=375 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.8% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 184 (72.27% from 255 or 49.07% from 375); Max value from RGB is 184 - color contains mainly: blue. Hex color #308FB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308FB8 is #CF7047. Grayscale: #777777. Windows color (decimal): -13594696 or 12095280. OLE color: 12095280.
HSL color Cylindrical-coordinate representation of color #308FB8: hue angle of 198.09º degrees, saturation: 0.59, 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 #308FB8 is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 48 | 143 | 184 | - |
| CMYK | 0.74 | 0.22 | 0 | 0.28 |
| HSL | 198.09º | 0.59% | 0.45% | - |
| HSV(B) | 198.09º | 0.74% | 0.72% | - |
| XYZ | 19.69 | 23.73 | 48.89 | - |
| YUV | 119.27 | 164.53 | 77.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 143 | 184 | 0.74 | 0.22 | 0 | 0.28 | 198.09 | 0.59 | 0.45 |
| Hex | 30 | 8F | B8 | 4A | 16 | 0 | 1C | C6 | 3B | 2D |
| Octal | 60 | 217 | 270 | 112 | 26 | 0 | 34 | 306 | 73 | 55 |
| Binary | 110000 | 10001111 | 10111000 | 1001010 | 10110 | 0 | 11100 | 11000110 | 111011 | 101101 |
Color Harmonies of #308FB8
Complementary color
Monochromatic Colors of #308FB8
Black with #308FB8
Text Example
Text Example
White with #308FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308FB8; }
p { color: rgb(48,143,184); }
H1.HeaderClassName
{
color: #308FB8;
}
.AnyTagClassName
{
color: #308FB8;
}
</style>
background-color css
<style>
a { background-color: #308FB8; }
a { background-color: rgb(48,143,184); }
div.DivClassName
{
background-color: #308FB8;
}
.BgClassName
{
background-color: #308FB8;
}
</style>
border-color css
<style>
span { border-color: #308FB8; }
span { border-color: rgb(48,143,184); }
td.TdClassName
{
border-color: #308FB8;
}
.TagClassName
{
border-color: #308FB8;
}
</style>