Html Css Color HEX #738BA0 Bermuda Grey

📋 copy color: '#738BA0'

red 115 ◦ green 139 ◦ blue 160

#738BA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bermuda Grey #738BA0

Tints of Bermuda Grey #738BA0

RGB

 RED value IS 115 (45.31% from 255) = 27.78%

 GREEN value IS 139 (54.69% from 255) = 33.57%

 BLUE value IS 160 (62.89% from 255) = 38.65%

R = 27.78%
G = 33.57%
B = 38.65%

CMYK

 C value IS 0.28

 M value IS 0.13

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#738BA0 (or 0x738BA0) is known color: Bermuda Grey. HEX triplet: 73, 8B and A0. RGB value is (115,139,160). Sum of RGB (Red+Green+Blue) = 115+139+160=414 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.78% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 160 (62.89% from 255 or 38.65% from 414); Max value from RGB is 160 - color contains mainly: blue. Hex color #738BA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738BA0 is #8C745F. Grayscale: #868686. Windows color (decimal): -9204832 or 10521459. OLE color: 10521459.

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

Color convert

RGB 115 139 160 -
CMYK 0.28 0.13 0 0.37
HSL 208º 0.19% 0.54% -
HSV(B) 208º 0.28% 0.63% -
XYZ 22.65 24.65 36.82 -
YUV 134.22 142.55 114.29 -
System Red Green Blue C M Y K H S L
Decimal 115 139 160 0.28 0.13 0 0.37 208 0.19 0.54
Hex 73 8B A0 1C D 0 25 D0 13 36
Octal 163 213 240 34 15 0 45 320 23 66
Binary 1110011 10001011 10100000 11100 1101 0 100101 11010000 10011 110110

Color Harmonies of #738BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738BA0

Black with #738BA0

Text Example


Text Example

White with #738BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #738BA0;
 }
 .AnyTagClassName
 {
   color: #738BA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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