Html Css Color HEX #738FA2 Bermuda Grey

📋 copy color: '#738FA2'

red 115 ◦ green 143 ◦ blue 162

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

Shades of Bermuda Grey #738FA2

Tints of Bermuda Grey #738FA2

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.05%

 BLUE value IS 162 (63.67% from 255) = 38.57%

R = 27.38%
G = 34.05%
B = 38.57%

CMYK

 C value IS 0.29

 M value IS 0.12

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#738FA2 (or 0x738FA2) is known color: Bermuda Grey. HEX triplet: 73, 8F and A2. RGB value is (115,143,162). Sum of RGB (Red+Green+Blue) = 115+143+162=420 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.38% from 420); Green value is 143 (56.25% from 255 or 34.05% from 420); Blue value is 162 (63.67% from 255 or 38.57% from 420); Max value from RGB is 162 - color contains mainly: blue. Hex color #738FA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738FA2 is #8C705D. Grayscale: #888888. Windows color (decimal): -9203806 or 10653555. OLE color: 10653555.

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

Color convert

RGB 115 143 162 -
CMYK 0.29 0.12 0 0.36
HSL 204.26º 0.2% 0.54% -
HSV(B) 204.26º 0.29% 0.64% -
XYZ 23.41 25.9 37.95 -
YUV 136.79 142.22 112.46 -
System Red Green Blue C M Y K H S L
Decimal 115 143 162 0.29 0.12 0 0.36 204.26 0.2 0.54
Hex 73 8F A2 1D C 0 24 CC 14 36
Octal 163 217 242 35 14 0 44 314 24 66
Binary 1110011 10001111 10100010 11101 1100 0 100100 11001100 10100 110110

Color Harmonies of #738FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738FA2

Black with #738FA2

Text Example


Text Example

White with #738FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,143,162); }

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

background-color css

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

 a { background-color: rgb(115,143,162); }

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

border-color css

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

 span { border-color: rgb(115,143,162); }

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