#7388BA

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

Shades of Wild Blue Yonder #7388BA

Tints of Wild Blue Yonder #7388BA

Color information

#7388BA (or 0x7388BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 73, 88 and BA. RGB value is (115,136,186). Sum of RGB (Red+Green+Blue) = 115+136+186=437 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.32% from 437); Green value is 136 (53.52% from 255 or 31.12% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #7388BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7388BA is #8C7745. Grayscale: #878787. Windows color (decimal): -9205574 or 12224627. OLE color: 12224627.

HSL color Cylindrical-coordinate representation of color #7388BA: hue angle of 222.25º 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 #7388BA is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB115136186-
CMYK0.380.2700.27
HSL222.25º33.97%59.02%-
HSV(B)222.25º38.17%72.94%-
XYZ24.7424.849.94-
YUV135.42156.54113.43-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.32%
GREEN value IS 136 (53.52% from 255) = 31.12%
BLUE value IS 186 (73.05% from 255) = 42.56%
R=26.32%
G=31.12%
B=42.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1151361860.380.2700.27222.2533.9759.02
Hex7388BA261B01Bde223b
Octal16321027246330333364273
Binary111001110001000101110101001101101101101111011110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7388BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7388BA; }

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

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

<style>
 a { background-color: #7388BA; }

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

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

<style>
 span { border-color: #7388BA; }

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

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