#738EAA

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

Shades of Bermuda Grey #738EAA

Tints of Bermuda Grey #738EAA

Color information

#738EAA (or 0x738EAA) is unknown color: approx Bermuda Grey. HEX triplet: 73, 8E and AA. RGB value is (115,142,170). Sum of RGB (Red+Green+Blue) = 115+142+170=427 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.93% from 427); Green value is 142 (55.86% from 255 or 33.26% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 170 - color contains mainly: blue. Hex color #738EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738EAA is #8C7155. Grayscale: #888888. Windows color (decimal): -9204054 or 11177587. OLE color: 11177587.

HSL color Cylindrical-coordinate representation of color #738EAA: hue angle of 210.55º 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 #738EAA is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB115142170-
CMYK0.320.1600.33
HSL210.55º24.44%55.88%-
HSV(B)210.55º32.35%66.67%-
XYZ2425.8941.76-
YUV137.12146.55112.22-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.93%
GREEN value IS 142 (55.86% from 255) = 33.26%
BLUE value IS 170 (66.80% from 255) = 39.81%
R=26.93%
G=33.26%
B=39.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151421700.320.1600.33210.5524.4455.88
Hex738EAA2010021d31838
Octal16321625240200413233070
Binary111001110001110101010101000001000001000011101001111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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