#738DAA

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

Shades of Bermuda Grey #738DAA

Tints of Bermuda Grey #738DAA

Color information

#738DAA (or 0x738DAA) is unknown color: approx Bermuda Grey. HEX triplet: 73, 8D and AA. RGB value is (115,141,170). Sum of RGB (Red+Green+Blue) = 115+141+170=426 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.00% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 170 - color contains mainly: blue. Hex color #738DAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738DAA is #8C7255. Grayscale: #888888. Windows color (decimal): -9204310 or 11177331. OLE color: 11177331.

HSL color Cylindrical-coordinate representation of color #738DAA: hue angle of 211.64º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #738DAA is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB115141170-
CMYK0.320.1700.33
HSL211.64º24.44%55.88%-
HSV(B)211.64º32.35%66.67%-
XYZ23.8525.641.71-
YUV136.53146.89112.64-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.00%
GREEN value IS 141 (55.47% from 255) = 33.10%
BLUE value IS 170 (66.80% from 255) = 39.91%
R=27.00%
G=33.10%
B=39.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151411700.320.1700.33211.6424.4455.88
Hex738DAA2011021d41838
Octal16321525240210413243070
Binary111001110001101101010101000001000101000011101010011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,141,170); }

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

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

 a { background-color: rgb(115,141,170); }

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

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

 span { border-color: rgb(115,141,170); }

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