#7388B4

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

Shades of Wild Blue Yonder #7388B4

Tints of Wild Blue Yonder #7388B4

Color information

#7388B4 (or 0x7388B4) is unknown color: approx Wild Blue Yonder. HEX triplet: 73, 88 and B4. RGB value is (115,136,180). Sum of RGB (Red+Green+Blue) = 115+136+180=431 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.68% from 431); Green value is 136 (53.52% from 255 or 31.55% from 431); Blue value is 180 (70.70% from 255 or 41.76% from 431); Max value from RGB is 180 - color contains mainly: blue. Hex color #7388B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7388B4 is #8C774B. Grayscale: #868686. Windows color (decimal): -9205580 or 11831411. OLE color: 11831411.

HSL color Cylindrical-coordinate representation of color #7388B4: hue angle of 220.62º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7388B4 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB115136180-
CMYK0.360.2400.29
HSL220.62º30.23%57.84%-
HSV(B)220.62º36.11%70.59%-
XYZ24.1124.5546.65-
YUV134.74153.54113.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.68%
GREEN value IS 136 (53.52% from 255) = 31.55%
BLUE value IS 180 (70.70% from 255) = 41.76%
R=26.68%
G=31.55%
B=41.76%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1151361800.360.2400.29220.6230.2357.84
Hex7388B4241801Ddd1e3a
Octal16321026444300353353672
Binary11100111000100010110100100100110000111011101110111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7388B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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