Html Css Color HEX #738EAE Ship Cove

📋 copy color: '#738EAE'

red 115 ◦ green 142 ◦ blue 174

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

Shades of Ship Cove #738EAE

Tints of Ship Cove #738EAE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.95%

 BLUE value IS 174 (68.36% from 255) = 40.37%

R = 26.68%
G = 32.95%
B = 40.37%

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

#738EAE (or 0x738EAE) is known color: Ship Cove. HEX triplet: 73, 8E and AE. RGB value is (115,142,174). Sum of RGB (Red+Green+Blue) = 115+142+174=431 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.68% from 431); Green value is 142 (55.86% from 255 or 32.95% from 431); Blue value is 174 (68.36% from 255 or 40.37% from 431); Max value from RGB is 174 - color contains mainly: blue. Hex color #738EAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738EAE is #8C7151. Grayscale: #898989. Windows color (decimal): -9204050 or 11439731. OLE color: 11439731.

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

Color convert

RGB 115 142 174 -
CMYK 0.34 0.18 0 0.32
HSL 212.54º 0.27% 0.57% -
HSV(B) 212.54º 0.34% 0.68% -
XYZ 24.38 26.05 43.79 -
YUV 137.58 148.55 111.9 -
System Red Green Blue C M Y K H S L
Decimal 115 142 174 0.34 0.18 0 0.32 212.54 0.27 0.57
Hex 73 8E AE 22 12 0 20 D5 1B 39
Octal 163 216 256 42 22 0 40 325 33 71
Binary 1110011 10001110 10101110 100010 10010 0 100000 11010101 11011 111001

Color Harmonies of #738EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738EAE

Black with #738EAE

Text Example


Text Example

White with #738EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,142,174); }

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

background-color css

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

 a { background-color: rgb(115,142,174); }

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

border-color css

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

 span { border-color: rgb(115,142,174); }

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