#738EA0

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

Shades of Bermuda Grey #738EA0

Tints of Bermuda Grey #738EA0

Color information

#738EA0 (or 0x738EA0) is unknown color: approx Bermuda Grey. HEX triplet: 73, 8E and A0. RGB value is (115,142,160). Sum of RGB (Red+Green+Blue) = 115+142+160=417 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.58% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 160 (62.89% from 255 or 38.37% from 417); Max value from RGB is 160 - color contains mainly: blue. Hex color #738EA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738EA0 is #8C715F. Grayscale: #878787. Windows color (decimal): -9204064 or 10522227. OLE color: 10522227.

HSL color Cylindrical-coordinate representation of color #738EA0: hue angle of 204º 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 #738EA0 is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB115142160-
CMYK0.280.1100.37
HSL204º19.15%53.92%-
HSV(B)204º28.12%62.75%-
XYZ23.0925.5336.97-
YUV135.98141.55113.04-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.58%
GREEN value IS 142 (55.86% from 255) = 34.05%
BLUE value IS 160 (62.89% from 255) = 38.37%
R=27.58%
G=34.05%
B=38.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1151421600.280.1100.3720419.1553.92
Hex738EA01CB025cc1336
Octal16321624034130453142366
Binary1110011100011101010000011100101101001011100110010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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