Html Css Color HEX #738DAF Ship Cove

📋 copy color: '#738DAF'

red 115 ◦ green 141 ◦ blue 175

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

Shades of Ship Cove #738DAF

Tints of Ship Cove #738DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.6%

R = 26.68%
G = 32.71%
B = 40.6%

CMYK

 C value IS 0.34

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#738DAF (or 0x738DAF) is known color: Ship Cove. HEX triplet: 73, 8D and AF. RGB value is (115,141,175). Sum of RGB (Red+Green+Blue) = 115+141+175=431 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.68% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 175 - color contains mainly: blue. Hex color #738DAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738DAF is #8C7250. Grayscale: #888888. Windows color (decimal): -9204305 or 11505011. OLE color: 11505011.

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

Color convert

RGB 115 141 175 -
CMYK 0.34 0.19 0 0.31
HSL 214º 0.27% 0.57% -
HSV(B) 214º 0.34% 0.69% -
XYZ 24.33 25.79 44.25 -
YUV 137.1 149.39 112.24 -
System Red Green Blue C M Y K H S L
Decimal 115 141 175 0.34 0.19 0 0.31 214 0.27 0.57
Hex 73 8D AF 22 13 0 1F D6 1B 39
Octal 163 215 257 42 23 0 37 326 33 71
Binary 1110011 10001101 10101111 100010 10011 0 11111 11010110 11011 111001

Color Harmonies of #738DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738DAF

Black with #738DAF

Text Example


Text Example

White with #738DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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