Html Css Color HEX #738DAA Bermuda Grey

📋 copy color: '#738DAA'

red 115 ◦ green 141 ◦ blue 170

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

Shades of Bermuda Grey #738DAA

Tints of Bermuda Grey #738DAA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.1%

 BLUE value IS 170 (66.8% from 255) = 39.91%

R = 27%
G = 33.1%
B = 39.91%

CMYK

 C value IS 0.32

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#738DAA (or 0x738DAA) is known color: Bermuda Grey. HEX triplet: 73, 8D and AA. RGB value is (115,141,170). Sum of RGB (Red+Green+Blue) = 115+141+170=426 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.00% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 170 - color contains mainly: blue. Hex color #738DAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738DAA is #8C7255. Grayscale: #888888. Windows color (decimal): -9204310 or 11177331. OLE color: 11177331.

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

Color convert

RGB 115 141 170 -
CMYK 0.32 0.17 0 0.33
HSL 211.64º 0.24% 0.56% -
HSV(B) 211.64º 0.32% 0.67% -
XYZ 23.85 25.6 41.71 -
YUV 136.53 146.89 112.64 -
System Red Green Blue C M Y K H S L
Decimal 115 141 170 0.32 0.17 0 0.33 211.64 0.24 0.56
Hex 73 8D AA 20 11 0 21 D4 18 38
Octal 163 215 252 40 21 0 41 324 30 70
Binary 1110011 10001101 10101010 100000 10001 0 100001 11010100 11000 111000

Color Harmonies of #738DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738DAA

Black with #738DAA

Text Example


Text Example

White with #738DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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