Html Css Color HEX #738BAD Ship Cove

📋 copy color: '#738BAD'

red 115 ◦ green 139 ◦ blue 173

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

Shades of Ship Cove #738BAD

Tints of Ship Cove #738BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.52%

R = 26.93%
G = 32.55%
B = 40.52%

CMYK

 C value IS 0.34

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#738BAD (or 0x738BAD) is known color: Ship Cove. HEX triplet: 73, 8B and AD. RGB value is (115,139,173). Sum of RGB (Red+Green+Blue) = 115+139+173=427 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.93% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 173 - color contains mainly: blue. Hex color #738BAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738BAD is #8C7452. Grayscale: #878787. Windows color (decimal): -9204819 or 11373427. OLE color: 11373427.

HSL color Cylindrical-coordinate representation of color #738BAD: hue angle of 215.17º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #738BAD is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 115 139 173 -
CMYK 0.34 0.20 0 0.32
HSL 215.17º 0.26% 0.56% -
HSV(B) 215.17º 0.34% 0.68% -
XYZ 23.85 25.13 43.13 -
YUV 135.7 149.05 113.24 -
System Red Green Blue C M Y K H S L
Decimal 115 139 173 0.34 0.20 0 0.32 215.17 0.26 0.56
Hex 73 8B AD 22 14 0 20 D7 1A 38
Octal 163 213 255 42 24 0 40 327 32 70
Binary 1110011 10001011 10101101 100010 10100 0 100000 11010111 11010 111000

Color Harmonies of #738BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738BAD

Black with #738BAD

Text Example


Text Example

White with #738BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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