#7388BE

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

Shades of Wild Blue Yonder #7388BE

Tints of Wild Blue Yonder #7388BE

Color information

#7388BE (or 0x7388BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 73, 88 and BE. RGB value is (115,136,190). Sum of RGB (Red+Green+Blue) = 115+136+190=441 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.08% from 441); Green value is 136 (53.52% from 255 or 30.84% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 190 - color contains mainly: blue. Hex color #7388BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7388BE is #8C7741. Grayscale: #878787. Windows color (decimal): -9205570 or 12486771. OLE color: 12486771.

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

Color convert

RGB115136190-
CMYK0.390.2800.25
HSL223.2º36.59%59.8%-
HSV(B)223.2º39.47%74.51%-
XYZ25.1724.9752.21-
YUV135.88158.54113.11-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.08%
GREEN value IS 136 (53.52% from 255) = 30.84%
BLUE value IS 190 (74.61% from 255) = 43.08%
R=26.08%
G=30.84%
B=43.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151361900.390.2800.25223.236.5959.8
Hex7388BE271C019df253c
Octal16321027647340313374574
Binary111001110001000101111101001111110001100111011111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7388BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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