#738BA0

Color #738BA0 Bermuda Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda Grey #738BA0

Tints of Bermuda Grey #738BA0

Color information

#738BA0 (or 0x738BA0) is unknown color: approx Bermuda Grey. HEX triplet: 73, 8B and A0. RGB value is (115,139,160). Sum of RGB (Red+Green+Blue) = 115+139+160=414 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.78% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 160 (62.89% from 255 or 38.65% from 414); Max value from RGB is 160 - color contains mainly: blue. Hex color #738BA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738BA0 is #8C745F. Grayscale: #868686. Windows color (decimal): -9204832 or 10521459. OLE color: 10521459.

HSL color Cylindrical-coordinate representation of color #738BA0: hue angle of 208º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #738BA0 is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB115139160-
CMYK0.280.1300.37
HSL208º19.15%53.92%-
HSV(B)208º28.12%62.75%-
XYZ22.6524.6536.82-
YUV134.22142.55114.29-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.78%
GREEN value IS 139 (54.69% from 255) = 33.57%
BLUE value IS 160 (62.89% from 255) = 38.65%
R=27.78%
G=33.57%
B=38.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1151391600.280.1300.3720819.1553.92
Hex738BA01CD025d01336
Octal16321324034150453202366
Binary1110011100010111010000011100110101001011101000010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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