#7288BA

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

Shades of Wild Blue Yonder #7288BA

Tints of Wild Blue Yonder #7288BA

Color information

#7288BA (or 0x7288BA) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 88 and BA. RGB value is (114,136,186). Sum of RGB (Red+Green+Blue) = 114+136+186=436 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.15% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #7288BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7288BA is #8D7745. Grayscale: #868686. Windows color (decimal): -9271110 or 12224626. OLE color: 12224626.

HSL color Cylindrical-coordinate representation of color #7288BA: hue angle of 221.67º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7288BA is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB114136186-
CMYK0.390.2700.27
HSL221.67º34.29%58.82%-
HSV(B)221.67º38.71%72.94%-
XYZ24.6124.7349.93-
YUV135.12156.71112.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.15%
GREEN value IS 136 (53.52% from 255) = 31.19%
BLUE value IS 186 (73.05% from 255) = 42.66%
R=26.15%
G=31.19%
B=42.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1141361860.390.2700.27221.6734.2958.82
Hex7288BA271B01Bde223b
Octal16221027247330333364273
Binary111001010001000101110101001111101101101111011110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7288BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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