#738FBA

Color #738FBA Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #738FBA

Tints of Wild Blue Yonder #738FBA

Color information

#738FBA (or 0x738FBA) is unknown color: approx Wild Blue Yonder. HEX triplet: 73, 8F and BA. RGB value is (115,143,186). Sum of RGB (Red+Green+Blue) = 115+143+186=444 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.90% from 444); Green value is 143 (56.25% from 255 or 32.21% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 186 - color contains mainly: blue. Hex color #738FBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738FBA is #8C7045. Grayscale: #8B8B8B. Windows color (decimal): -9203782 or 12226419. OLE color: 12226419.

HSL color Cylindrical-coordinate representation of color #738FBA: hue angle of 216.34º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #738FBA is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB115143186-
CMYK0.380.2300.27
HSL216.34º33.97%59.02%-
HSV(B)216.34º38.17%72.94%-
XYZ25.7626.8350.28-
YUV139.53154.22110.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 115 (45.31% from 255) = 25.90%
GREEN value IS 143 (56.25% from 255) = 32.21%
BLUE value IS 186 (73.05% from 255) = 41.89%
R=25.90%
G=32.21%
B=41.89%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1151431860.380.2300.27216.3433.9759.02
Hex738FBA261701Bd8223b
Octal16321727246270333304273
Binary111001110001111101110101001101011101101111011000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738FBA; }

 p { color: rgb(115,143,186); }

 H1.HeaderClassName
 {
   color: #738FBA;
 }
 .AnyTagClassName
 {
   color: #738FBA;
 }
</style>
background-color css

<style>
 a { background-color: #738FBA; }

 a { background-color: rgb(115,143,186); }

 div.DivClassName
 {
   background-color: #738FBA;
 }
 .BgClassName
 {
   background-color: #738FBA;
 }
</style>
border-color css

<style>
 span { border-color: #738FBA; }

 span { border-color: rgb(115,143,186); }

 td.TdClassName
 {
   border-color: #738FBA;
 }
 .TagClassName
 {
   border-color: #738FBA;
 }
</style>