Shades of Curious Blue #307BAE
Tints of Curious Blue #307BAE
RGB
CMYK
RGB Variations
Color information
#307BAE (or 0x307BAE) is known color: Curious Blue. HEX triplet: 30, 7B and AE. RGB value is (48,123,174). Sum of RGB (Red+Green+Blue) = 48+123+174=345 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.91% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 174 (68.36% from 255 or 50.43% from 345); Max value from RGB is 174 - color contains mainly: blue. Hex color #307BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #307BAE is #CF8451. Grayscale: #6A6A6A. Windows color (decimal): -13599826 or 11434800. OLE color: 11434800.
HSL color Cylindrical-coordinate representation of color #307BAE: hue angle of 204.29º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #307BAE is Cyan = 0.72, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 48 | 123 | 174 | - |
| CMYK | 0.72 | 0.29 | 0 | 0.32 |
| HSL | 204.29º | 0.57% | 0.44% | - |
| HSV(B) | 204.29º | 0.72% | 0.68% | - |
| XYZ | 15.94 | 17.85 | 42.65 | - |
| YUV | 106.39 | 166.15 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 123 | 174 | 0.72 | 0.29 | 0 | 0.32 | 204.29 | 0.57 | 0.44 |
| Hex | 30 | 7B | AE | 48 | 1D | 0 | 20 | CC | 39 | 2C |
| Octal | 60 | 173 | 256 | 110 | 35 | 0 | 40 | 314 | 71 | 54 |
| Binary | 110000 | 1111011 | 10101110 | 1001000 | 11101 | 0 | 100000 | 11001100 | 111001 | 101100 |
Color Harmonies of #307BAE
Complementary color
Monochromatic Colors of #307BAE
Black with #307BAE
Text Example
Text Example
White with #307BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307BAE; }
p { color: rgb(48,123,174); }
H1.HeaderClassName
{
color: #307BAE;
}
.AnyTagClassName
{
color: #307BAE;
}
</style>
background-color css
<style>
a { background-color: #307BAE; }
a { background-color: rgb(48,123,174); }
div.DivClassName
{
background-color: #307BAE;
}
.BgClassName
{
background-color: #307BAE;
}
</style>
border-color css
<style>
span { border-color: #307BAE; }
span { border-color: rgb(48,123,174); }
td.TdClassName
{
border-color: #307BAE;
}
.TagClassName
{
border-color: #307BAE;
}
</style>