#738CA4

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

Shades of Bermuda Grey #738CA4

Tints of Bermuda Grey #738CA4

Color information

#738CA4 (or 0x738CA4) is unknown color: approx Bermuda Grey. HEX triplet: 73, 8C and A4. RGB value is (115,140,164). Sum of RGB (Red+Green+Blue) = 115+140+164=419 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.45% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 164 (64.45% from 255 or 39.14% from 419); Max value from RGB is 164 - color contains mainly: blue. Hex color #738CA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738CA4 is #8C735B. Grayscale: #878787. Windows color (decimal): -9204572 or 10783859. OLE color: 10783859.

HSL color Cylindrical-coordinate representation of color #738CA4: hue angle of 209.39º 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 #738CA4 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB115140164-
CMYK0.300.1500.36
HSL209.39º21.21%54.71%-
HSV(B)209.39º29.88%64.31%-
XYZ23.1525.0838.74-
YUV135.26144.22113.55-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.45%
GREEN value IS 140 (55.08% from 255) = 33.41%
BLUE value IS 164 (64.45% from 255) = 39.14%
R=27.45%
G=33.41%
B=39.14%

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
Decimal1151401640.300.1500.36209.3921.2154.71
Hex738CA41EF024d11537
Octal16321424436170443212567
Binary1110011100011001010010011110111101001001101000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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