Shades of Curious Blue #307BB2
Tints of Curious Blue #307BB2
RGB
CMYK
RGB Variations
Color information
#307BB2 (or 0x307BB2) is known color: Curious Blue. HEX triplet: 30, 7B and B2. RGB value is (48,123,178). Sum of RGB (Red+Green+Blue) = 48+123+178=349 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.75% from 349); Green value is 123 (48.44% from 255 or 35.24% from 349); Blue value is 178 (69.92% from 255 or 51.00% from 349); Max value from RGB is 178 - color contains mainly: blue. Hex color #307BB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307BB2 is #CF844D. Grayscale: #6A6A6A. Windows color (decimal): -13599822 or 11696944. OLE color: 11696944.
HSL color Cylindrical-coordinate representation of color #307BB2: hue angle of 205.38º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #307BB2 is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 48 | 123 | 178 | - |
| CMYK | 0.73 | 0.31 | 0 | 0.30 |
| HSL | 205.38º | 0.58% | 0.44% | - |
| HSV(B) | 205.38º | 0.73% | 0.7% | - |
| XYZ | 16.34 | 18.01 | 44.73 | - |
| YUV | 106.85 | 168.15 | 86.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 123 | 178 | 0.73 | 0.31 | 0 | 0.30 | 205.38 | 0.58 | 0.44 |
| Hex | 30 | 7B | B2 | 49 | 1F | 0 | 1E | CD | 3A | 2C |
| Octal | 60 | 173 | 262 | 111 | 37 | 0 | 36 | 315 | 72 | 54 |
| Binary | 110000 | 1111011 | 10110010 | 1001001 | 11111 | 0 | 11110 | 11001101 | 111010 | 101100 |
Color Harmonies of #307BB2
Complementary color
Monochromatic Colors of #307BB2
Black with #307BB2
Text Example
Text Example
White with #307BB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307BB2; }
p { color: rgb(48,123,178); }
H1.HeaderClassName
{
color: #307BB2;
}
.AnyTagClassName
{
color: #307BB2;
}
</style>
background-color css
<style>
a { background-color: #307BB2; }
a { background-color: rgb(48,123,178); }
div.DivClassName
{
background-color: #307BB2;
}
.BgClassName
{
background-color: #307BB2;
}
</style>
border-color css
<style>
span { border-color: #307BB2; }
span { border-color: rgb(48,123,178); }
td.TdClassName
{
border-color: #307BB2;
}
.TagClassName
{
border-color: #307BB2;
}
</style>