Shades of Curious Blue #307BBB
Tints of Curious Blue #307BBB
RGB
CMYK
RGB Variations
Color information
#307BBB (or 0x307BBB) is known color: Curious Blue. HEX triplet: 30, 7B and BB. RGB value is (48,123,187). Sum of RGB (Red+Green+Blue) = 48+123+187=358 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.41% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 187 (73.44% from 255 or 52.23% from 358); Max value from RGB is 187 - color contains mainly: blue. Hex color #307BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307BBB is #CF8444. Grayscale: #6B6B6B. Windows color (decimal): -13599813 or 12286768. OLE color: 12286768.
HSL color Cylindrical-coordinate representation of color #307BBB: hue angle of 207.63º 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 #307BBB is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 123 | 187 | - |
| CMYK | 0.74 | 0.34 | 0 | 0.27 |
| HSL | 207.63º | 0.59% | 0.46% | - |
| HSV(B) | 207.63º | 0.74% | 0.73% | - |
| XYZ | 17.27 | 18.38 | 49.65 | - |
| YUV | 107.87 | 172.65 | 85.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 123 | 187 | 0.74 | 0.34 | 0 | 0.27 | 207.63 | 0.59 | 0.46 |
| Hex | 30 | 7B | BB | 4A | 22 | 0 | 1B | D0 | 3B | 2E |
| Octal | 60 | 173 | 273 | 112 | 42 | 0 | 33 | 320 | 73 | 56 |
| Binary | 110000 | 1111011 | 10111011 | 1001010 | 100010 | 0 | 11011 | 11010000 | 111011 | 101110 |
Color Harmonies of #307BBB
Complementary color
Monochromatic Colors of #307BBB
Black with #307BBB
Text Example
Text Example
White with #307BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307BBB; }
p { color: rgb(48,123,187); }
H1.HeaderClassName
{
color: #307BBB;
}
.AnyTagClassName
{
color: #307BBB;
}
</style>
background-color css
<style>
a { background-color: #307BBB; }
a { background-color: rgb(48,123,187); }
div.DivClassName
{
background-color: #307BBB;
}
.BgClassName
{
background-color: #307BBB;
}
</style>
border-color css
<style>
span { border-color: #307BBB; }
span { border-color: rgb(48,123,187); }
td.TdClassName
{
border-color: #307BBB;
}
.TagClassName
{
border-color: #307BBB;
}
</style>