#738BC0

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

Shades of Wild Blue Yonder #738BC0

Tints of Wild Blue Yonder #738BC0

Color information

#738BC0 (or 0x738BC0) is unknown color: approx Wild Blue Yonder. HEX triplet: 73, 8B and C0. RGB value is (115,139,192). Sum of RGB (Red+Green+Blue) = 115+139+192=446 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.78% from 446); Green value is 139 (54.69% from 255 or 31.17% from 446); Blue value is 192 (75.39% from 255 or 43.05% from 446); Max value from RGB is 192 - color contains mainly: blue. Hex color #738BC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #738BC0 is #8C743F. Grayscale: #898989. Windows color (decimal): -9204800 or 12618611. OLE color: 12618611.

HSL color Cylindrical-coordinate representation of color #738BC0: hue angle of 221.3º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #738BC0 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB115139192-
CMYK0.400.2800.25
HSL221.3º37.93%60.2%-
HSV(B)221.3º40.1%75.29%-
XYZ25.8225.9253.51-
YUV137.87158.55111.69-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.78%
GREEN value IS 139 (54.69% from 255) = 31.17%
BLUE value IS 192 (75.39% from 255) = 43.05%
R=25.78%
G=31.17%
B=43.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1151391920.400.2800.25221.337.9360.2
Hex738BC0281C019dd263c
Octal16321330050340313354674
Binary111001110001011110000001010001110001100111011101100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,139,192); }

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

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

 a { background-color: rgb(115,139,192); }

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

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

 span { border-color: rgb(115,139,192); }

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