Html Css Color HEX #738EAA Bermuda Grey

📋 copy color: '#738EAA'

red 115 ◦ green 142 ◦ blue 170

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

Shades of Bermuda Grey #738EAA

Tints of Bermuda Grey #738EAA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.26%

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

R = 26.93%
G = 33.26%
B = 39.81%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#738EAA (or 0x738EAA) is known color: Bermuda Grey. HEX triplet: 73, 8E and AA. RGB value is (115,142,170). Sum of RGB (Red+Green+Blue) = 115+142+170=427 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.93% from 427); Green value is 142 (55.86% from 255 or 33.26% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 170 - color contains mainly: blue. Hex color #738EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738EAA is #8C7155. Grayscale: #888888. Windows color (decimal): -9204054 or 11177587. OLE color: 11177587.

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

Color convert

RGB 115 142 170 -
CMYK 0.32 0.16 0 0.33
HSL 210.55º 0.24% 0.56% -
HSV(B) 210.55º 0.32% 0.67% -
XYZ 24 25.89 41.76 -
YUV 137.12 146.55 112.22 -
System Red Green Blue C M Y K H S L
Decimal 115 142 170 0.32 0.16 0 0.33 210.55 0.24 0.56
Hex 73 8E AA 20 10 0 21 D3 18 38
Octal 163 216 252 40 20 0 41 323 30 70
Binary 1110011 10001110 10101010 100000 10000 0 100001 11010011 11000 111000

Color Harmonies of #738EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738EAA

Black with #738EAA

Text Example


Text Example

White with #738EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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