#738DA1

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

Shades of Bermuda Grey #738DA1

Tints of Bermuda Grey #738DA1

Color information

#738DA1 (or 0x738DA1) is unknown color: approx Bermuda Grey. HEX triplet: 73, 8D and A1. RGB value is (115,141,161). Sum of RGB (Red+Green+Blue) = 115+141+161=417 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.58% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 161 (63.28% from 255 or 38.61% from 417); Max value from RGB is 161 - color contains mainly: blue. Hex color #738DA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738DA1 is #8C725E. Grayscale: #878787. Windows color (decimal): -9204319 or 10587507. OLE color: 10587507.

HSL color Cylindrical-coordinate representation of color #738DA1: hue angle of 206.09º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #738DA1 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB115141161-
CMYK0.290.1200.37
HSL206.09º19.66%54.12%-
HSV(B)206.09º28.57%63.14%-
XYZ23.0325.2737.38-
YUV135.51142.39113.37-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.58%
GREEN value IS 141 (55.47% from 255) = 33.81%
BLUE value IS 161 (63.28% from 255) = 38.61%
R=27.58%
G=33.81%
B=38.61%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1151411610.290.1200.37206.0919.6654.12
Hex738DA11DC025ce1436
Octal16321524135140453162466
Binary1110011100011011010000111101110001001011100111010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,141,161); }

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

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

 a { background-color: rgb(115,141,161); }

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

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

 span { border-color: rgb(115,141,161); }

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