Shades of Wild Blue Yonder #738FC3
Tints of Wild Blue Yonder #738FC3
RGB
CMYK
RGB Variations
Color information
#738FC3 (or 0x738FC3) is known color: Wild Blue Yonder. HEX triplet: 73, 8F and C3. RGB value is (115,143,195). Sum of RGB (Red+Green+Blue) = 115+143+195=453 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.39% from 453); Green value is 143 (56.25% from 255 or 31.57% from 453); Blue value is 195 (76.56% from 255 or 43.05% from 453); Max value from RGB is 195 - color contains mainly: blue. Hex color #738FC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738FC3 is #8C703C. Grayscale: #8C8C8C. Windows color (decimal): -9203773 or 12816243. OLE color: 12816243.
HSL color Cylindrical-coordinate representation of color #738FC3: hue angle of 219º degrees, saturation: 0.4, 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 #738FC3 is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 143 | 195 | - |
| CMYK | 0.41 | 0.27 | 0 | 0.24 |
| HSL | 219º | 0.4% | 0.61% | - |
| HSV(B) | 219º | 0.41% | 0.76% | - |
| XYZ | 26.74 | 27.23 | 55.48 | - |
| YUV | 140.56 | 158.72 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 143 | 195 | 0.41 | 0.27 | 0 | 0.24 | 219 | 0.4 | 0.61 |
| Hex | 73 | 8F | C3 | 29 | 1B | 0 | 18 | DB | 28 | 3D |
| Octal | 163 | 217 | 303 | 51 | 33 | 0 | 30 | 333 | 50 | 75 |
| Binary | 1110011 | 10001111 | 11000011 | 101001 | 11011 | 0 | 11000 | 11011011 | 101000 | 111101 |
Color Harmonies of #738FC3
Complementary color
Monochromatic Colors of #738FC3
Black with #738FC3
Text Example
Text Example
White with #738FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738FC3; }
p { color: rgb(115,143,195); }
H1.HeaderClassName
{
color: #738FC3;
}
.AnyTagClassName
{
color: #738FC3;
}
</style>
background-color css
<style>
a { background-color: #738FC3; }
a { background-color: rgb(115,143,195); }
div.DivClassName
{
background-color: #738FC3;
}
.BgClassName
{
background-color: #738FC3;
}
</style>
border-color css
<style>
span { border-color: #738FC3; }
span { border-color: rgb(115,143,195); }
td.TdClassName
{
border-color: #738FC3;
}
.TagClassName
{
border-color: #738FC3;
}
</style>