#738FC2

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

Shades of Wild Blue Yonder #738FC2

Tints of Wild Blue Yonder #738FC2

Color information

#738FC2 (or 0x738FC2) is unknown color: approx Wild Blue Yonder. HEX triplet: 73, 8F and C2. RGB value is (115,143,194). Sum of RGB (Red+Green+Blue) = 115+143+194=452 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.44% from 452); Green value is 143 (56.25% from 255 or 31.64% from 452); Blue value is 194 (76.17% from 255 or 42.92% from 452); Max value from RGB is 194 - color contains mainly: blue. Hex color #738FC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738FC2 is #8C703D. Grayscale: #8C8C8C. Windows color (decimal): -9203774 or 12750707. OLE color: 12750707.

HSL color Cylindrical-coordinate representation of color #738FC2: hue angle of 218.73º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #738FC2 is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB115143194-
CMYK0.410.2600.24
HSL218.73º39.3%60.59%-
HSV(B)218.73º40.72%76.08%-
XYZ26.6327.1854.88-
YUV140.44158.22109.85-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.44%
GREEN value IS 143 (56.25% from 255) = 31.64%
BLUE value IS 194 (76.17% from 255) = 42.92%
R=25.44%
G=31.64%
B=42.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1151431940.410.2600.24218.7339.360.59
Hex738FC2291A018db273d
Octal16321730251320303334775
Binary111001110001111110000101010011101001100011011011100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738FC2; }

 p { color: rgb(115,143,194); }

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

<style>
 a { background-color: #738FC2; }

 a { background-color: rgb(115,143,194); }

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

<style>
 span { border-color: #738FC2; }

 span { border-color: rgb(115,143,194); }

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