Html Css Color HEX #738CAC Ship Cove

📋 copy color: '#738CAC'

red 115 ◦ green 140 ◦ blue 172

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

Shades of Ship Cove #738CAC

Tints of Ship Cove #738CAC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.79%

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

R = 26.93%
G = 32.79%
B = 40.28%

CMYK

 C value IS 0.33

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#738CAC (or 0x738CAC) is known color: Ship Cove. HEX triplet: 73, 8C and AC. RGB value is (115,140,172). Sum of RGB (Red+Green+Blue) = 115+140+172=427 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.93% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 172 - color contains mainly: blue. Hex color #738CAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738CAC is #8C7353. Grayscale: #888888. Windows color (decimal): -9204564 or 11308147. OLE color: 11308147.

HSL color Cylindrical-coordinate representation of color #738CAC: hue angle of 213.68º 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 #738CAC is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 140 172 -
CMYK 0.33 0.19 0 0.33
HSL 213.68º 0.26% 0.56% -
HSV(B) 213.68º 0.33% 0.67% -
XYZ 23.89 25.38 42.67 -
YUV 136.17 148.22 112.9 -
System Red Green Blue C M Y K H S L
Decimal 115 140 172 0.33 0.19 0 0.33 213.68 0.26 0.56
Hex 73 8C AC 21 13 0 21 D6 1A 38
Octal 163 214 254 41 23 0 41 326 32 70
Binary 1110011 10001100 10101100 100001 10011 0 100001 11010110 11010 111000

Color Harmonies of #738CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738CAC

Black with #738CAC

Text Example


Text Example

White with #738CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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