#738EA2

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

Shades of Bermuda Grey #738EA2

Tints of Bermuda Grey #738EA2

Color information

#738EA2 (or 0x738EA2) is unknown color: approx Bermuda Grey. HEX triplet: 73, 8E and A2. RGB value is (115,142,162). Sum of RGB (Red+Green+Blue) = 115+142+162=419 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.45% from 419); Green value is 142 (55.86% from 255 or 33.89% from 419); Blue value is 162 (63.67% from 255 or 38.66% from 419); Max value from RGB is 162 - color contains mainly: blue. Hex color #738EA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738EA2 is #8C715D. Grayscale: #888888. Windows color (decimal): -9204062 or 10653299. OLE color: 10653299.

HSL color Cylindrical-coordinate representation of color #738EA2: hue angle of 205.53º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #738EA2 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB115142162-
CMYK0.290.1200.36
HSL205.53º20.17%54.31%-
HSV(B)205.53º29.01%63.53%-
XYZ23.2625.637.9-
YUV136.21142.55112.87-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.45%
GREEN value IS 142 (55.86% from 255) = 33.89%
BLUE value IS 162 (63.67% from 255) = 38.66%
R=27.45%
G=33.89%
B=38.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1151421620.290.1200.36205.5320.1754.31
Hex738EA21DC024ce1436
Octal16321624235140443162466
Binary1110011100011101010001011101110001001001100111010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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