Shades of Curious Blue #307AB8
Tints of Curious Blue #307AB8
RGB
CMYK
RGB Variations
Color information
#307AB8 (or 0x307AB8) is known color: Curious Blue. HEX triplet: 30, 7A and B8. RGB value is (48,122,184). Sum of RGB (Red+Green+Blue) = 48+122+184=354 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.56% from 354); Green value is 122 (48.05% from 255 or 34.46% from 354); Blue value is 184 (72.27% from 255 or 51.98% from 354); Max value from RGB is 184 - color contains mainly: blue. Hex color #307AB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307AB8 is #CF8547. Grayscale: #6A6A6A. Windows color (decimal): -13600072 or 12089904. OLE color: 12089904.
HSL color Cylindrical-coordinate representation of color #307AB8: hue angle of 207.35º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #307AB8 is Cyan = 0.74, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 48 | 122 | 184 | - |
| CMYK | 0.74 | 0.34 | 0 | 0.28 |
| HSL | 207.35º | 0.59% | 0.45% | - |
| HSV(B) | 207.35º | 0.74% | 0.72% | - |
| XYZ | 16.83 | 18.01 | 47.94 | - |
| YUV | 106.94 | 171.48 | 85.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 122 | 184 | 0.74 | 0.34 | 0 | 0.28 | 207.35 | 0.59 | 0.45 |
| Hex | 30 | 7A | B8 | 4A | 22 | 0 | 1C | CF | 3B | 2D |
| Octal | 60 | 172 | 270 | 112 | 42 | 0 | 34 | 317 | 73 | 55 |
| Binary | 110000 | 1111010 | 10111000 | 1001010 | 100010 | 0 | 11100 | 11001111 | 111011 | 101101 |
Color Harmonies of #307AB8
Complementary color
Monochromatic Colors of #307AB8
Black with #307AB8
Text Example
Text Example
White with #307AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307AB8; }
p { color: rgb(48,122,184); }
H1.HeaderClassName
{
color: #307AB8;
}
.AnyTagClassName
{
color: #307AB8;
}
</style>
background-color css
<style>
a { background-color: #307AB8; }
a { background-color: rgb(48,122,184); }
div.DivClassName
{
background-color: #307AB8;
}
.BgClassName
{
background-color: #307AB8;
}
</style>
border-color css
<style>
span { border-color: #307AB8; }
span { border-color: rgb(48,122,184); }
td.TdClassName
{
border-color: #307AB8;
}
.TagClassName
{
border-color: #307AB8;
}
</style>