Html Css Color HEX #738BA9 Ship Cove

📋 copy color: '#738BA9'

red 115 ◦ green 139 ◦ blue 169

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

Shades of Ship Cove #738BA9

Tints of Ship Cove #738BA9

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.86%

 BLUE value IS 169 (66.41% from 255) = 39.95%

R = 27.19%
G = 32.86%
B = 39.95%

CMYK

 C value IS 0.32

 M value IS 0.18

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#738BA9 (or 0x738BA9) is known color: Ship Cove. HEX triplet: 73, 8B and A9. RGB value is (115,139,169). Sum of RGB (Red+Green+Blue) = 115+139+169=423 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.19% from 423); Green value is 139 (54.69% from 255 or 32.86% from 423); Blue value is 169 (66.41% from 255 or 39.95% from 423); Max value from RGB is 169 - color contains mainly: blue. Hex color #738BA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738BA9 is #8C7456. Grayscale: #878787. Windows color (decimal): -9204823 or 11111283. OLE color: 11111283.

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

Color convert

RGB 115 139 169 -
CMYK 0.32 0.18 0 0.34
HSL 213.33º 0.24% 0.56% -
HSV(B) 213.33º 0.32% 0.66% -
XYZ 23.46 24.97 41.12 -
YUV 135.24 147.05 113.56 -
System Red Green Blue C M Y K H S L
Decimal 115 139 169 0.32 0.18 0 0.34 213.33 0.24 0.56
Hex 73 8B A9 20 12 0 22 D5 18 38
Octal 163 213 251 40 22 0 42 325 30 70
Binary 1110011 10001011 10101001 100000 10010 0 100010 11010101 11000 111000

Color Harmonies of #738BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738BA9

Black with #738BA9

Text Example


Text Example

White with #738BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,139,169); }

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

background-color css

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

 a { background-color: rgb(115,139,169); }

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

border-color css

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

 span { border-color: rgb(115,139,169); }

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