#738CBE

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

Shades of Wild Blue Yonder #738CBE

Tints of Wild Blue Yonder #738CBE

Color information

#738CBE (or 0x738CBE) is unknown color: approx Wild Blue Yonder. HEX triplet: 73, 8C and BE. RGB value is (115,140,190). Sum of RGB (Red+Green+Blue) = 115+140+190=445 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.84% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #738CBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738CBE is #8C7341. Grayscale: #8A8A8A. Windows color (decimal): -9204546 or 12487795. OLE color: 12487795.

HSL color Cylindrical-coordinate representation of color #738CBE: hue angle of 220º 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 #738CBE is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB115140190-
CMYK0.390.2600.25
HSL220º36.59%59.8%-
HSV(B)220º39.47%74.51%-
XYZ25.7426.1252.4-
YUV138.22157.22111.43-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.84%
GREEN value IS 140 (55.08% from 255) = 31.46%
BLUE value IS 190 (74.61% from 255) = 42.70%
R=25.84%
G=31.46%
B=42.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151401900.390.2600.2522036.5959.8
Hex738CBE271A019dc253c
Octal16321427647320313344574
Binary111001110001100101111101001111101001100111011100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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