Shades of Wild Blue Yonder #737DC3
Tints of Wild Blue Yonder #737DC3
RGB
CMYK
RGB Variations
Color information
#737DC3 (or 0x737DC3) is known color: Wild Blue Yonder. HEX triplet: 73, 7D and C3. RGB value is (115,125,195). Sum of RGB (Red+Green+Blue) = 115+125+195=435 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.44% from 435); Green value is 125 (49.22% from 255 or 28.74% from 435); Blue value is 195 (76.56% from 255 or 44.83% from 435); Max value from RGB is 195 - color contains mainly: blue. Hex color #737DC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #737DC3 is #8C823C. Grayscale: #818181. Windows color (decimal): -9208381 or 12811635. OLE color: 12811635.
HSL color Cylindrical-coordinate representation of color #737DC3: hue angle of 232.5º 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 #737DC3 is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 115 | 125 | 195 | - |
| CMYK | 0.41 | 0.36 | 0 | 0.24 |
| HSL | 232.5º | 0.4% | 0.61% | - |
| HSV(B) | 232.5º | 0.41% | 0.76% | - |
| XYZ | 24.25 | 22.25 | 54.65 | - |
| YUV | 129.99 | 164.69 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 125 | 195 | 0.41 | 0.36 | 0 | 0.24 | 232.5 | 0.4 | 0.61 |
| Hex | 73 | 7D | C3 | 29 | 24 | 0 | 18 | E8 | 28 | 3D |
| Octal | 163 | 175 | 303 | 51 | 44 | 0 | 30 | 350 | 50 | 75 |
| Binary | 1110011 | 1111101 | 11000011 | 101001 | 100100 | 0 | 11000 | 11101000 | 101000 | 111101 |
Color Harmonies of #737DC3
Complementary color
Monochromatic Colors of #737DC3
Black with #737DC3
Text Example
Text Example
White with #737DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737DC3; }
p { color: rgb(115,125,195); }
H1.HeaderClassName
{
color: #737DC3;
}
.AnyTagClassName
{
color: #737DC3;
}
</style>
background-color css
<style>
a { background-color: #737DC3; }
a { background-color: rgb(115,125,195); }
div.DivClassName
{
background-color: #737DC3;
}
.BgClassName
{
background-color: #737DC3;
}
</style>
border-color css
<style>
span { border-color: #737DC3; }
span { border-color: rgb(115,125,195); }
td.TdClassName
{
border-color: #737DC3;
}
.TagClassName
{
border-color: #737DC3;
}
</style>