Shades of Curious Blue #307FB3
Tints of Curious Blue #307FB3
RGB
CMYK
RGB Variations
Color information
#307FB3 (or 0x307FB3) is known color: Curious Blue. HEX triplet: 30, 7F and B3. RGB value is (48,127,179). Sum of RGB (Red+Green+Blue) = 48+127+179=354 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.56% from 354); Green value is 127 (50% from 255 or 35.88% from 354); Blue value is 179 (70.31% from 255 or 50.56% from 354); Max value from RGB is 179 - color contains mainly: blue. Hex color #307FB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307FB3 is #CF804C. Grayscale: #6D6D6D. Windows color (decimal): -13598797 or 11763504. OLE color: 11763504.
HSL color Cylindrical-coordinate representation of color #307FB3: hue angle of 203.82º 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 #307FB3 is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 48 | 127 | 179 | - |
| CMYK | 0.73 | 0.29 | 0 | 0.30 |
| HSL | 203.82º | 0.58% | 0.45% | - |
| HSV(B) | 203.82º | 0.73% | 0.7% | - |
| XYZ | 16.94 | 19.06 | 45.43 | - |
| YUV | 109.31 | 167.33 | 84.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 127 | 179 | 0.73 | 0.29 | 0 | 0.30 | 203.82 | 0.58 | 0.45 |
| Hex | 30 | 7F | B3 | 49 | 1D | 0 | 1E | CC | 3A | 2D |
| Octal | 60 | 177 | 263 | 111 | 35 | 0 | 36 | 314 | 72 | 55 |
| Binary | 110000 | 1111111 | 10110011 | 1001001 | 11101 | 0 | 11110 | 11001100 | 111010 | 101101 |
Color Harmonies of #307FB3
Complementary color
Monochromatic Colors of #307FB3
Black with #307FB3
Text Example
Text Example
White with #307FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #307FB3; }
p { color: rgb(48,127,179); }
H1.HeaderClassName
{
color: #307FB3;
}
.AnyTagClassName
{
color: #307FB3;
}
</style>
background-color css
<style>
a { background-color: #307FB3; }
a { background-color: rgb(48,127,179); }
div.DivClassName
{
background-color: #307FB3;
}
.BgClassName
{
background-color: #307FB3;
}
</style>
border-color css
<style>
span { border-color: #307FB3; }
span { border-color: rgb(48,127,179); }
td.TdClassName
{
border-color: #307FB3;
}
.TagClassName
{
border-color: #307FB3;
}
</style>