Html Css Color HEX #738DA8 Bermuda Grey

📋 copy color: '#738DA8'

red 115 ◦ green 141 ◦ blue 168

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

Shades of Bermuda Grey #738DA8

Tints of Bermuda Grey #738DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 39.62%

R = 27.12%
G = 33.25%
B = 39.62%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#738DA8 (or 0x738DA8) is known color: Bermuda Grey. HEX triplet: 73, 8D and A8. RGB value is (115,141,168). Sum of RGB (Red+Green+Blue) = 115+141+168=424 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.12% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 168 (66.02% from 255 or 39.62% from 424); Max value from RGB is 168 - color contains mainly: blue. Hex color #738DA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738DA8 is #8C7257. Grayscale: #888888. Windows color (decimal): -9204312 or 11046259. OLE color: 11046259.

HSL color Cylindrical-coordinate representation of color #738DA8: hue angle of 210.57º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #738DA8 is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 115 141 168 -
CMYK 0.32 0.16 0 0.34
HSL 210.57º 0.23% 0.55% -
HSV(B) 210.57º 0.32% 0.66% -
XYZ 23.66 25.52 40.72 -
YUV 136.3 145.89 112.8 -
System Red Green Blue C M Y K H S L
Decimal 115 141 168 0.32 0.16 0 0.34 210.57 0.23 0.55
Hex 73 8D A8 20 10 0 22 D3 17 37
Octal 163 215 250 40 20 0 42 323 27 67
Binary 1110011 10001101 10101000 100000 10000 0 100010 11010011 10111 110111

Color Harmonies of #738DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738DA8

Black with #738DA8

Text Example


Text Example

White with #738DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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