Shades of Wild Blue Yonder #737FB3
Tints of Wild Blue Yonder #737FB3
RGB
CMYK
RGB Variations
Color information
#737FB3 (or 0x737FB3) is known color: Wild Blue Yonder. HEX triplet: 73, 7F and B3. RGB value is (115,127,179). Sum of RGB (Red+Green+Blue) = 115+127+179=421 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.32% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 179 (70.31% from 255 or 42.52% from 421); Max value from RGB is 179 - color contains mainly: blue. Hex color #737FB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #737FB3 is #8C804C. Grayscale: #818181. Windows color (decimal): -9207885 or 11763571. OLE color: 11763571.
HSL color Cylindrical-coordinate representation of color #737FB3: hue angle of 228.75º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #737FB3 is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 115 | 127 | 179 | - |
| CMYK | 0.36 | 0.29 | 0 | 0.30 |
| HSL | 228.75º | 0.3% | 0.58% | - |
| HSV(B) | 228.75º | 0.36% | 0.7% | - |
| XYZ | 22.8 | 22.08 | 45.71 | - |
| YUV | 129.34 | 156.02 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 127 | 179 | 0.36 | 0.29 | 0 | 0.30 | 228.75 | 0.3 | 0.58 |
| Hex | 73 | 7F | B3 | 24 | 1D | 0 | 1E | E5 | 1E | 3A |
| Octal | 163 | 177 | 263 | 44 | 35 | 0 | 36 | 345 | 36 | 72 |
| Binary | 1110011 | 1111111 | 10110011 | 100100 | 11101 | 0 | 11110 | 11100101 | 11110 | 111010 |
Color Harmonies of #737FB3
Complementary color
Monochromatic Colors of #737FB3
Black with #737FB3
Text Example
Text Example
White with #737FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737FB3; }
p { color: rgb(115,127,179); }
H1.HeaderClassName
{
color: #737FB3;
}
.AnyTagClassName
{
color: #737FB3;
}
</style>
background-color css
<style>
a { background-color: #737FB3; }
a { background-color: rgb(115,127,179); }
div.DivClassName
{
background-color: #737FB3;
}
.BgClassName
{
background-color: #737FB3;
}
</style>
border-color css
<style>
span { border-color: #737FB3; }
span { border-color: rgb(115,127,179); }
td.TdClassName
{
border-color: #737FB3;
}
.TagClassName
{
border-color: #737FB3;
}
</style>