#738FAA

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

Shades of Bermuda Grey #738FAA

Tints of Bermuda Grey #738FAA

Color information

#738FAA (or 0x738FAA) is unknown color: approx Bermuda Grey. HEX triplet: 73, 8F and AA. RGB value is (115,143,170). Sum of RGB (Red+Green+Blue) = 115+143+170=428 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.87% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 170 - color contains mainly: blue. Hex color #738FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738FAA is #8C7055. Grayscale: #898989. Windows color (decimal): -9203798 or 11177843. OLE color: 11177843.

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

Color convert

RGB115143170-
CMYK0.320.1600.33
HSL209.45º24.44%55.88%-
HSV(B)209.45º32.35%66.67%-
XYZ24.1526.1941.81-
YUV137.71146.22111.8-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.87%
GREEN value IS 143 (56.25% from 255) = 33.41%
BLUE value IS 170 (66.80% from 255) = 39.72%
R=26.87%
G=33.41%
B=39.72%

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
Decimal1151431700.320.1600.33209.4524.4455.88
Hex738FAA2010021d11838
Octal16321725240200413213070
Binary111001110001111101010101000001000001000011101000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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