Shades of Curious Blue #307AB3
Tints of Curious Blue #307AB3
RGB
CMYK
RGB Variations
Color information
#307AB3 (or 0x307AB3) is known color: Curious Blue. HEX triplet: 30, 7A and B3. RGB value is (48,122,179). Sum of RGB (Red+Green+Blue) = 48+122+179=349 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.75% from 349); Green value is 122 (48.05% from 255 or 34.96% from 349); Blue value is 179 (70.31% from 255 or 51.29% from 349); Max value from RGB is 179 - color contains mainly: blue. Hex color #307AB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307AB3 is #CF854C. Grayscale: #6A6A6A. Windows color (decimal): -13600077 or 11762224. OLE color: 11762224.
HSL color Cylindrical-coordinate representation of color #307AB3: hue angle of 206.11º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #307AB3 is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 48 | 122 | 179 | - |
| CMYK | 0.73 | 0.32 | 0 | 0.30 |
| HSL | 206.11º | 0.58% | 0.45% | - |
| HSV(B) | 206.11º | 0.73% | 0.7% | - |
| XYZ | 16.32 | 17.8 | 45.22 | - |
| YUV | 106.37 | 168.98 | 86.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 122 | 179 | 0.73 | 0.32 | 0 | 0.30 | 206.11 | 0.58 | 0.45 |
| Hex | 30 | 7A | B3 | 49 | 20 | 0 | 1E | CE | 3A | 2D |
| Octal | 60 | 172 | 263 | 111 | 40 | 0 | 36 | 316 | 72 | 55 |
| Binary | 110000 | 1111010 | 10110011 | 1001001 | 100000 | 0 | 11110 | 11001110 | 111010 | 101101 |
Color Harmonies of #307AB3
Complementary color
Monochromatic Colors of #307AB3
Black with #307AB3
Text Example
Text Example
White with #307AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307AB3; }
p { color: rgb(48,122,179); }
H1.HeaderClassName
{
color: #307AB3;
}
.AnyTagClassName
{
color: #307AB3;
}
</style>
background-color css
<style>
a { background-color: #307AB3; }
a { background-color: rgb(48,122,179); }
div.DivClassName
{
background-color: #307AB3;
}
.BgClassName
{
background-color: #307AB3;
}
</style>
border-color css
<style>
span { border-color: #307AB3; }
span { border-color: rgb(48,122,179); }
td.TdClassName
{
border-color: #307AB3;
}
.TagClassName
{
border-color: #307AB3;
}
</style>