#7288C0

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

Shades of Wild Blue Yonder #7288C0

Tints of Wild Blue Yonder #7288C0

Color information

#7288C0 (or 0x7288C0) is unknown color: approx Wild Blue Yonder. HEX triplet: 72, 88 and C0. RGB value is (114,136,192). Sum of RGB (Red+Green+Blue) = 114+136+192=442 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.79% from 442); Green value is 136 (53.52% from 255 or 30.77% from 442); Blue value is 192 (75.39% from 255 or 43.44% from 442); Max value from RGB is 192 - color contains mainly: blue. Hex color #7288C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7288C0 is #8D773F. Grayscale: #878787. Windows color (decimal): -9271104 or 12617842. OLE color: 12617842.

HSL color Cylindrical-coordinate representation of color #7288C0: hue angle of 223.08º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7288C0 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB114136192-
CMYK0.410.2900.25
HSL223.08º38.24%60%-
HSV(B)223.08º40.62%75.29%-
XYZ25.2624.9953.36-
YUV135.81159.71112.45-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.79%
GREEN value IS 136 (53.52% from 255) = 30.77%
BLUE value IS 192 (75.39% from 255) = 43.44%
R=25.79%
G=30.77%
B=43.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141361920.410.2900.25223.0838.2460
Hex7288C0291D019df263c
Octal16221030051350313374674
Binary111001010001000110000001010011110101100111011111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7288C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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