Shades of Curious Blue #307DBB
Tints of Curious Blue #307DBB
RGB
CMYK
RGB Variations
Color information
#307DBB (or 0x307DBB) is known color: Curious Blue. HEX triplet: 30, 7D and BB. RGB value is (48,125,187). Sum of RGB (Red+Green+Blue) = 48+125+187=360 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.33% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 187 (73.44% from 255 or 51.94% from 360); Max value from RGB is 187 - color contains mainly: blue. Hex color #307DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307DBB is #CF8244. Grayscale: #6C6C6C. Windows color (decimal): -13599301 or 12287280. OLE color: 12287280.
HSL color Cylindrical-coordinate representation of color #307DBB: hue angle of 206.76º 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 #307DBB is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 125 | 187 | - |
| CMYK | 0.74 | 0.33 | 0 | 0.27 |
| HSL | 206.76º | 0.59% | 0.46% | - |
| HSV(B) | 206.76º | 0.74% | 0.73% | - |
| XYZ | 17.52 | 18.88 | 49.74 | - |
| YUV | 109.05 | 171.99 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 125 | 187 | 0.74 | 0.33 | 0 | 0.27 | 206.76 | 0.59 | 0.46 |
| Hex | 30 | 7D | BB | 4A | 21 | 0 | 1B | CF | 3B | 2E |
| Octal | 60 | 175 | 273 | 112 | 41 | 0 | 33 | 317 | 73 | 56 |
| Binary | 110000 | 1111101 | 10111011 | 1001010 | 100001 | 0 | 11011 | 11001111 | 111011 | 101110 |
Color Harmonies of #307DBB
Complementary color
Monochromatic Colors of #307DBB
Black with #307DBB
Text Example
Text Example
White with #307DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307DBB; }
p { color: rgb(48,125,187); }
H1.HeaderClassName
{
color: #307DBB;
}
.AnyTagClassName
{
color: #307DBB;
}
</style>
background-color css
<style>
a { background-color: #307DBB; }
a { background-color: rgb(48,125,187); }
div.DivClassName
{
background-color: #307DBB;
}
.BgClassName
{
background-color: #307DBB;
}
</style>
border-color css
<style>
span { border-color: #307DBB; }
span { border-color: rgb(48,125,187); }
td.TdClassName
{
border-color: #307DBB;
}
.TagClassName
{
border-color: #307DBB;
}
</style>