Shades of Curious Blue #307BBA
Tints of Curious Blue #307BBA
RGB
CMYK
RGB Variations
Color information
#307BBA (or 0x307BBA) is known color: Curious Blue. HEX triplet: 30, 7B and BA. RGB value is (48,123,186). Sum of RGB (Red+Green+Blue) = 48+123+186=357 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.45% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #307BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307BBA is #CF8445. Grayscale: #6B6B6B. Windows color (decimal): -13599814 or 12221232. OLE color: 12221232.
HSL color Cylindrical-coordinate representation of color #307BBA: hue angle of 207.39º 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 #307BBA is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 123 | 186 | - |
| CMYK | 0.74 | 0.34 | 0 | 0.27 |
| HSL | 207.39º | 0.59% | 0.46% | - |
| HSV(B) | 207.39º | 0.74% | 0.73% | - |
| XYZ | 17.16 | 18.34 | 49.09 | - |
| YUV | 107.76 | 172.15 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 123 | 186 | 0.74 | 0.34 | 0 | 0.27 | 207.39 | 0.59 | 0.46 |
| Hex | 30 | 7B | BA | 4A | 22 | 0 | 1B | CF | 3B | 2E |
| Octal | 60 | 173 | 272 | 112 | 42 | 0 | 33 | 317 | 73 | 56 |
| Binary | 110000 | 1111011 | 10111010 | 1001010 | 100010 | 0 | 11011 | 11001111 | 111011 | 101110 |
Color Harmonies of #307BBA
Complementary color
Monochromatic Colors of #307BBA
Black with #307BBA
Text Example
Text Example
White with #307BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307BBA; }
p { color: rgb(48,123,186); }
H1.HeaderClassName
{
color: #307BBA;
}
.AnyTagClassName
{
color: #307BBA;
}
</style>
background-color css
<style>
a { background-color: #307BBA; }
a { background-color: rgb(48,123,186); }
div.DivClassName
{
background-color: #307BBA;
}
.BgClassName
{
background-color: #307BBA;
}
</style>
border-color css
<style>
span { border-color: #307BBA; }
span { border-color: rgb(48,123,186); }
td.TdClassName
{
border-color: #307BBA;
}
.TagClassName
{
border-color: #307BBA;
}
</style>