#738FAC

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

Shades of Bermuda Grey #738FAC

Tints of Bermuda Grey #738FAC

Color information

#738FAC (or 0x738FAC) is unknown color: approx Bermuda Grey. HEX triplet: 73, 8F and AC. RGB value is (115,143,172). Sum of RGB (Red+Green+Blue) = 115+143+172=430 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.74% from 430); Green value is 143 (56.25% from 255 or 33.26% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 172 - color contains mainly: blue. Hex color #738FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738FAC is #8C7053. Grayscale: #898989. Windows color (decimal): -9203796 or 11308915. OLE color: 11308915.

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

Color convert

RGB115143172-
CMYK0.330.1700.33
HSL210.53º25.56%56.27%-
HSV(B)210.53º33.14%67.45%-
XYZ24.3426.2742.82-
YUV137.93147.22111.64-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 26.74%
GREEN value IS 143 (56.25% from 255) = 33.26%
BLUE value IS 172 (67.58% from 255) = 40%
R=26.74%
G=33.26%
B=40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1151431720.330.1700.33210.5325.5656.27
Hex738FAC2111021d31a38
Octal16321725441210413233270
Binary111001110001111101011001000011000101000011101001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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