#738ACA

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

Shades of Wild Blue Yonder #738ACA

Tints of Wild Blue Yonder #738ACA

Color information

#738ACA (or 0x738ACA) is unknown color: approx Wild Blue Yonder. HEX triplet: 73, 8A and CA. RGB value is (115,138,202). Sum of RGB (Red+Green+Blue) = 115+138+202=455 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.27% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #738ACA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738ACA is #8C7535. Grayscale: #8A8A8A. Windows color (decimal): -9205046 or 13273715. OLE color: 13273715.

HSL color Cylindrical-coordinate representation of color #738ACA: hue angle of 224.14º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #738ACA is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB115138202-
CMYK0.430.3200.21
HSL224.14º45.08%62.16%-
HSV(B)224.14º43.07%79.22%-
XYZ26.8226.0959.5-
YUV138.42163.88111.3-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.27%
GREEN value IS 138 (54.30% from 255) = 30.33%
BLUE value IS 202 (79.30% from 255) = 44.40%
R=25.27%
G=30.33%
B=44.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1151382020.430.3200.21224.1445.0862.16
Hex738ACA2B20015e02d3e
Octal16321231253400253405576
Binary1110011100010101100101010101110000001010111100000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,138,202); }

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

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

 a { background-color: rgb(115,138,202); }

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

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

 span { border-color: rgb(115,138,202); }

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