Html Css Color HEX #738DAD Ship Cove

📋 copy color: '#738DAD'

red 115 ◦ green 141 ◦ blue 173

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

Shades of Ship Cove #738DAD

Tints of Ship Cove #738DAD

RGB

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

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

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

R = 26.81%
G = 32.87%
B = 40.33%

CMYK

 C value IS 0.34

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#738DAD (or 0x738DAD) is known color: Ship Cove. HEX triplet: 73, 8D and AD. RGB value is (115,141,173). Sum of RGB (Red+Green+Blue) = 115+141+173=429 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.81% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 173 - color contains mainly: blue. Hex color #738DAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738DAD is #8C7252. Grayscale: #888888. Windows color (decimal): -9204307 or 11373939. OLE color: 11373939.

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

Color convert

RGB 115 141 173 -
CMYK 0.34 0.18 0 0.32
HSL 213.1º 0.26% 0.56% -
HSV(B) 213.1º 0.34% 0.68% -
XYZ 24.14 25.71 43.23 -
YUV 136.87 148.39 112.4 -
System Red Green Blue C M Y K H S L
Decimal 115 141 173 0.34 0.18 0 0.32 213.1 0.26 0.56
Hex 73 8D AD 22 12 0 20 D5 1A 38
Octal 163 215 255 42 22 0 40 325 32 70
Binary 1110011 10001101 10101101 100010 10010 0 100000 11010101 11010 111000

Color Harmonies of #738DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738DAD

Black with #738DAD

Text Example


Text Example

White with #738DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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