Shades of Wild Blue Yonder #737BC2
Tints of Wild Blue Yonder #737BC2
RGB
CMYK
RGB Variations
Color information
#737BC2 (or 0x737BC2) is known color: Wild Blue Yonder. HEX triplet: 73, 7B and C2. RGB value is (115,123,194). Sum of RGB (Red+Green+Blue) = 115+123+194=432 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.62% from 432); Green value is 123 (48.44% from 255 or 28.47% from 432); Blue value is 194 (76.17% from 255 or 44.91% from 432); Max value from RGB is 194 - color contains mainly: blue. Hex color #737BC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #737BC2 is #8C843D. Grayscale: #808080. Windows color (decimal): -9208894 or 12745587. OLE color: 12745587.
HSL color Cylindrical-coordinate representation of color #737BC2: hue angle of 233.92º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #737BC2 is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 123 | 194 | - |
| CMYK | 0.41 | 0.37 | 0 | 0.24 |
| HSL | 233.92º | 0.39% | 0.61% | - |
| HSV(B) | 233.92º | 0.41% | 0.76% | - |
| XYZ | 23.89 | 21.71 | 53.97 | - |
| YUV | 128.7 | 164.85 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 123 | 194 | 0.41 | 0.37 | 0 | 0.24 | 233.92 | 0.39 | 0.61 |
| Hex | 73 | 7B | C2 | 29 | 25 | 0 | 18 | EA | 27 | 3D |
| Octal | 163 | 173 | 302 | 51 | 45 | 0 | 30 | 352 | 47 | 75 |
| Binary | 1110011 | 1111011 | 11000010 | 101001 | 100101 | 0 | 11000 | 11101010 | 100111 | 111101 |
Color Harmonies of #737BC2
Complementary color
Monochromatic Colors of #737BC2
Black with #737BC2
Text Example
Text Example
White with #737BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737BC2; }
p { color: rgb(115,123,194); }
H1.HeaderClassName
{
color: #737BC2;
}
.AnyTagClassName
{
color: #737BC2;
}
</style>
background-color css
<style>
a { background-color: #737BC2; }
a { background-color: rgb(115,123,194); }
div.DivClassName
{
background-color: #737BC2;
}
.BgClassName
{
background-color: #737BC2;
}
</style>
border-color css
<style>
span { border-color: #737BC2; }
span { border-color: rgb(115,123,194); }
td.TdClassName
{
border-color: #737BC2;
}
.TagClassName
{
border-color: #737BC2;
}
</style>