Shades of Curious Blue #307BB5
Tints of Curious Blue #307BB5
RGB
CMYK
RGB Variations
Color information
#307BB5 (or 0x307BB5) is known color: Curious Blue. HEX triplet: 30, 7B and B5. RGB value is (48,123,181). Sum of RGB (Red+Green+Blue) = 48+123+181=352 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.64% from 352); Green value is 123 (48.44% from 255 or 34.94% from 352); Blue value is 181 (71.09% from 255 or 51.42% from 352); Max value from RGB is 181 - color contains mainly: blue. Hex color #307BB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307BB5 is #CF844A. Grayscale: #6A6A6A. Windows color (decimal): -13599819 or 11893552. OLE color: 11893552.
HSL color Cylindrical-coordinate representation of color #307BB5: hue angle of 206.17º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #307BB5 is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 48 | 123 | 181 | - |
| CMYK | 0.73 | 0.32 | 0 | 0.29 |
| HSL | 206.17º | 0.58% | 0.45% | - |
| HSV(B) | 206.17º | 0.73% | 0.71% | - |
| XYZ | 16.64 | 18.13 | 46.34 | - |
| YUV | 107.19 | 169.65 | 85.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 123 | 181 | 0.73 | 0.32 | 0 | 0.29 | 206.17 | 0.58 | 0.45 |
| Hex | 30 | 7B | B5 | 49 | 20 | 0 | 1D | CE | 3A | 2D |
| Octal | 60 | 173 | 265 | 111 | 40 | 0 | 35 | 316 | 72 | 55 |
| Binary | 110000 | 1111011 | 10110101 | 1001001 | 100000 | 0 | 11101 | 11001110 | 111010 | 101101 |
Color Harmonies of #307BB5
Complementary color
Monochromatic Colors of #307BB5
Black with #307BB5
Text Example
Text Example
White with #307BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307BB5; }
p { color: rgb(48,123,181); }
H1.HeaderClassName
{
color: #307BB5;
}
.AnyTagClassName
{
color: #307BB5;
}
</style>
background-color css
<style>
a { background-color: #307BB5; }
a { background-color: rgb(48,123,181); }
div.DivClassName
{
background-color: #307BB5;
}
.BgClassName
{
background-color: #307BB5;
}
</style>
border-color css
<style>
span { border-color: #307BB5; }
span { border-color: rgb(48,123,181); }
td.TdClassName
{
border-color: #307BB5;
}
.TagClassName
{
border-color: #307BB5;
}
</style>