Html Css Color HEX #738CAF Ship Cove

📋 copy color: '#738CAF'

red 115 ◦ green 140 ◦ blue 175

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

Shades of Ship Cove #738CAF

Tints of Ship Cove #738CAF

RGB

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

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

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

R = 26.74%
G = 32.56%
B = 40.7%

CMYK

 C value IS 0.34

 M value IS 0.2

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#738CAF (or 0x738CAF) is known color: Ship Cove. HEX triplet: 73, 8C and AF. RGB value is (115,140,175). Sum of RGB (Red+Green+Blue) = 115+140+175=430 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.74% from 430); Green value is 140 (55.08% from 255 or 32.56% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 175 - color contains mainly: blue. Hex color #738CAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738CAF is #8C7350. Grayscale: #888888. Windows color (decimal): -9204561 or 11504755. OLE color: 11504755.

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

Color convert

RGB 115 140 175 -
CMYK 0.34 0.2 0 0.31
HSL 215º 0.27% 0.57% -
HSV(B) 215º 0.34% 0.69% -
XYZ 24.19 25.5 44.2 -
YUV 136.52 149.72 112.65 -
System Red Green Blue C M Y K H S L
Decimal 115 140 175 0.34 0.2 0 0.31 215 0.27 0.57
Hex 73 8C AF 22 14 0 1F D7 1B 39
Octal 163 214 257 42 24 0 37 327 33 71
Binary 1110011 10001100 10101111 100010 10100 0 11111 11010111 11011 111001

Color Harmonies of #738CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738CAF

Black with #738CAF

Text Example


Text Example

White with #738CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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