Shades of Curious Blue #308CB7
Tints of Curious Blue #308CB7
RGB
CMYK
RGB Variations
Color information
#308CB7 (or 0x308CB7) is known color: Curious Blue. HEX triplet: 30, 8C and B7. RGB value is (48,140,183). Sum of RGB (Red+Green+Blue) = 48+140+183=371 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.94% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 183 (71.88% from 255 or 49.33% from 371); Max value from RGB is 183 - color contains mainly: blue. Hex color #308CB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #308CB7 is #CF7348. Grayscale: #757575. Windows color (decimal): -13595465 or 12028976. OLE color: 12028976.
HSL color Cylindrical-coordinate representation of color #308CB7: hue angle of 199.11º 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 #308CB7 is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 48 | 140 | 183 | - |
| CMYK | 0.74 | 0.23 | 0 | 0.28 |
| HSL | 199.11º | 0.58% | 0.45% | - |
| HSV(B) | 199.11º | 0.74% | 0.72% | - |
| XYZ | 19.14 | 22.8 | 48.19 | - |
| YUV | 117.39 | 165.02 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 140 | 183 | 0.74 | 0.23 | 0 | 0.28 | 199.11 | 0.58 | 0.45 |
| Hex | 30 | 8C | B7 | 4A | 17 | 0 | 1C | C7 | 3A | 2D |
| Octal | 60 | 214 | 267 | 112 | 27 | 0 | 34 | 307 | 72 | 55 |
| Binary | 110000 | 10001100 | 10110111 | 1001010 | 10111 | 0 | 11100 | 11000111 | 111010 | 101101 |
Color Harmonies of #308CB7
Complementary color
Monochromatic Colors of #308CB7
Black with #308CB7
Text Example
Text Example
White with #308CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #308CB7; }
p { color: rgb(48,140,183); }
H1.HeaderClassName
{
color: #308CB7;
}
.AnyTagClassName
{
color: #308CB7;
}
</style>
background-color css
<style>
a { background-color: #308CB7; }
a { background-color: rgb(48,140,183); }
div.DivClassName
{
background-color: #308CB7;
}
.BgClassName
{
background-color: #308CB7;
}
</style>
border-color css
<style>
span { border-color: #308CB7; }
span { border-color: rgb(48,140,183); }
td.TdClassName
{
border-color: #308CB7;
}
.TagClassName
{
border-color: #308CB7;
}
</style>