Html Css Color HEX #738DAC Ship Cove

📋 copy color: '#738DAC'

red 115 ◦ green 141 ◦ blue 172

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

Shades of Ship Cove #738DAC

Tints of Ship Cove #738DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.19%

R = 26.87%
G = 32.94%
B = 40.19%

CMYK

 C value IS 0.33

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#738DAC (or 0x738DAC) is known color: Ship Cove. HEX triplet: 73, 8D and AC. RGB value is (115,141,172). Sum of RGB (Red+Green+Blue) = 115+141+172=428 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.87% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 172 - color contains mainly: blue. Hex color #738DAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738DAC is #8C7253. Grayscale: #888888. Windows color (decimal): -9204308 or 11308403. OLE color: 11308403.

HSL color Cylindrical-coordinate representation of color #738DAC: hue angle of 212.63º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #738DAC is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 141 172 -
CMYK 0.33 0.18 0 0.33
HSL 212.63º 0.26% 0.56% -
HSV(B) 212.63º 0.33% 0.67% -
XYZ 24.04 25.67 42.72 -
YUV 136.76 147.89 112.48 -
System Red Green Blue C M Y K H S L
Decimal 115 141 172 0.33 0.18 0 0.33 212.63 0.26 0.56
Hex 73 8D AC 21 12 0 21 D5 1A 38
Octal 163 215 254 41 22 0 41 325 32 70
Binary 1110011 10001101 10101100 100001 10010 0 100001 11010101 11010 111000

Color Harmonies of #738DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738DAC

Black with #738DAC

Text Example


Text Example

White with #738DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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