Shades of Curious Blue #307AAF
Tints of Curious Blue #307AAF
RGB
CMYK
RGB Variations
Color information
#307AAF (or 0x307AAF) is known color: Curious Blue. HEX triplet: 30, 7A and AF. RGB value is (48,122,175). Sum of RGB (Red+Green+Blue) = 48+122+175=345 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.91% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 175 (68.75% from 255 or 50.72% from 345); Max value from RGB is 175 - color contains mainly: blue. Hex color #307AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307AAF is #CF8550. Grayscale: #696969. Windows color (decimal): -13600081 or 11500080. OLE color: 11500080.
HSL color Cylindrical-coordinate representation of color #307AAF: hue angle of 205.04º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #307AAF is Cyan = 0.73, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 122 | 175 | - |
| CMYK | 0.73 | 0.30 | 0 | 0.31 |
| HSL | 205.04º | 0.57% | 0.44% | - |
| HSV(B) | 205.04º | 0.73% | 0.69% | - |
| XYZ | 15.92 | 17.64 | 43.12 | - |
| YUV | 105.92 | 166.98 | 86.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 122 | 175 | 0.73 | 0.30 | 0 | 0.31 | 205.04 | 0.57 | 0.44 |
| Hex | 30 | 7A | AF | 49 | 1E | 0 | 1F | CD | 39 | 2C |
| Octal | 60 | 172 | 257 | 111 | 36 | 0 | 37 | 315 | 71 | 54 |
| Binary | 110000 | 1111010 | 10101111 | 1001001 | 11110 | 0 | 11111 | 11001101 | 111001 | 101100 |
Color Harmonies of #307AAF
Complementary color
Monochromatic Colors of #307AAF
Black with #307AAF
Text Example
Text Example
White with #307AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307AAF; }
p { color: rgb(48,122,175); }
H1.HeaderClassName
{
color: #307AAF;
}
.AnyTagClassName
{
color: #307AAF;
}
</style>
background-color css
<style>
a { background-color: #307AAF; }
a { background-color: rgb(48,122,175); }
div.DivClassName
{
background-color: #307AAF;
}
.BgClassName
{
background-color: #307AAF;
}
</style>
border-color css
<style>
span { border-color: #307AAF; }
span { border-color: rgb(48,122,175); }
td.TdClassName
{
border-color: #307AAF;
}
.TagClassName
{
border-color: #307AAF;
}
</style>