#7388BF

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

Shades of Wild Blue Yonder #7388BF

Tints of Wild Blue Yonder #7388BF

Color information

#7388BF (or 0x7388BF) is unknown color: approx Wild Blue Yonder. HEX triplet: 73, 88 and BF. RGB value is (115,136,191). Sum of RGB (Red+Green+Blue) = 115+136+191=442 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.02% from 442); Green value is 136 (53.52% from 255 or 30.77% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 191 - color contains mainly: blue. Hex color #7388BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7388BF is #8C7740. Grayscale: #878787. Windows color (decimal): -9205569 or 12552307. OLE color: 12552307.

HSL color Cylindrical-coordinate representation of color #7388BF: hue angle of 223.42º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7388BF is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB115136191-
CMYK0.400.2900.25
HSL223.42º37.25%60%-
HSV(B)223.42º39.79%74.9%-
XYZ25.2825.0152.79-
YUV135.99159.04113.03-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.02%
GREEN value IS 136 (53.52% from 255) = 30.77%
BLUE value IS 191 (75% from 255) = 43.21%
R=26.02%
G=30.77%
B=43.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151361910.400.2900.25223.4237.2560
Hex7388BF281D019df253c
Octal16321027750350313374574
Binary111001110001000101111111010001110101100111011111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7388BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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