#738BA4

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

Shades of Bermuda Grey #738BA4

Tints of Bermuda Grey #738BA4

Color information

#738BA4 (or 0x738BA4) is unknown color: approx Bermuda Grey. HEX triplet: 73, 8B and A4. RGB value is (115,139,164). Sum of RGB (Red+Green+Blue) = 115+139+164=418 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.51% from 418); Green value is 139 (54.69% from 255 or 33.25% from 418); Blue value is 164 (64.45% from 255 or 39.23% from 418); Max value from RGB is 164 - color contains mainly: blue. Hex color #738BA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738BA4 is #8C745B. Grayscale: #868686. Windows color (decimal): -9204828 or 10783603. OLE color: 10783603.

HSL color Cylindrical-coordinate representation of color #738BA4: hue angle of 210.61º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #738BA4 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB115139164-
CMYK0.300.1500.36
HSL210.61º21.21%54.71%-
HSV(B)210.61º29.88%64.31%-
XYZ2324.7938.69-
YUV134.67144.55113.97-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.51%
GREEN value IS 139 (54.69% from 255) = 33.25%
BLUE value IS 164 (64.45% from 255) = 39.23%
R=27.51%
G=33.25%
B=39.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1151391640.300.1500.36210.6121.2154.71
Hex738BA41EF024d31537
Octal16321324436170443232567
Binary1110011100010111010010011110111101001001101001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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