Html Css Color HEX #738DAE Ship Cove

📋 copy color: '#738DAE'

red 115 ◦ green 141 ◦ blue 174

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

Shades of Ship Cove #738DAE

Tints of Ship Cove #738DAE

RGB

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

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

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

R = 26.74%
G = 32.79%
B = 40.47%

CMYK

 C value IS 0.34

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#738DAE (or 0x738DAE) is known color: Ship Cove. HEX triplet: 73, 8D and AE. RGB value is (115,141,174). Sum of RGB (Red+Green+Blue) = 115+141+174=430 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.74% from 430); Green value is 141 (55.47% from 255 or 32.79% from 430); Blue value is 174 (68.36% from 255 or 40.47% from 430); Max value from RGB is 174 - color contains mainly: blue. Hex color #738DAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738DAE is #8C7251. Grayscale: #888888. Windows color (decimal): -9204306 or 11439475. OLE color: 11439475.

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

Color convert

RGB 115 141 174 -
CMYK 0.34 0.19 0 0.32
HSL 213.56º 0.27% 0.57% -
HSV(B) 213.56º 0.34% 0.68% -
XYZ 24.24 25.75 43.74 -
YUV 136.99 148.89 112.32 -
System Red Green Blue C M Y K H S L
Decimal 115 141 174 0.34 0.19 0 0.32 213.56 0.27 0.57
Hex 73 8D AE 22 13 0 20 D6 1B 39
Octal 163 215 256 42 23 0 40 326 33 71
Binary 1110011 10001101 10101110 100010 10011 0 100000 11010110 11011 111001

Color Harmonies of #738DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738DAE

Black with #738DAE

Text Example


Text Example

White with #738DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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